COLOR #BBA578

HEX: #BBA578
RGB: (187,165,120)

Color info

#BBA578 contains mainly red and green colors. Web safe color of #BBA578 is #CC9966 (or #C96).

RGB color model

#BBA578 color RGB value is (187,165,120).

  • red value is 187;
  • green value is 165;
  • blue value is 120.
RGB:
(187,165,120)
(73%,65%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 120 of 255 = 47%

187
165
120

R + G + B ~ 62%. #BBA578 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 120 = 472 (100%)
R 187 of 472 ~ 39.62%
G 165 of 472 ~ 34.96%
B 120 of 472 ~ 25.42%

%39.62
%34.96
%25.42

CMYK color model

#BBA578 color CMYK value is (0,12,36,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 35.83%
  • key color value is 26.67%
CMYK:
(0,12,36,27)
C0M12Y36K27 
(0%,12%,36%,27%)
(0.00/0.12/0.36/0.27)	

CMYK percentages

%0
%11.76
%35.83
%26.67

Codes

Color #BBA578 in popluar color models

BBA578
RGB187165120
HSL40°33.00%60.20%
HSB/HSV40°35.83%73.33%
CMYK0.00%11.76%35.83%
26.67%

Color #BBA578 in popluar number systems.

HEXBBA578
Decimal187165120
Binary10111011101001011111000
Octal273245170

Shades and tints

Shades of #BBA578

#BBA578
(187,165,120)
#AA966E
(170,150,110)
#998764
(153,135,100)
#88785A
(136,120,90)
#776950
(119,105,80)
#665A46
(102,90,70)
#554B3C
(85,75,60)
#443C32
(68,60,50)
#332D28
(51,45,40)
#221E1E
(34,30,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BBA578

#BBA578
(187,165,120)
#C1AD84
(193,173,132)
#C7B590
(199,181,144)
#CDBD9C
(205,189,156)
#D3C5A8
(211,197,168)
#D9CDB4
(217,205,180)
#DFD5C0
(223,213,192)
#E5DDCC
(229,221,204)
#EBE5D8
(235,229,216)
#F1EDE4
(241,237,228)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA578 color. Also use rgb(187,165,120) instead hex code.

Text Font Color

.myTextColor { color: #BBA578; }

<p style="color:#BBA578">This sample text font color is #BBA578.</p>

This text font color is #BBA578.


Background Color

.myBgColor { background-color: #BBA578; }

<div style="background-color:#BBA578">Inner text</div>

This div background color is #BBA578.


Border color

.myBorderColor { border: 1px solid #BBA578; }

<div style="border:3px solid #BBA578">Div</div>

This div border color is #BBA578.


Opacity

.myOpacity80 { color: #BBA578; opacity: 0.8; }

<p style="color:#BBA578;opacity:0.8;">80%</p>

Text with #BBA578 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA578;}

<p style="text-shadow: 3px 3px 1px #BBA578">Text here.</p>

This text has shadow with #BBA578 color.

.textShadow {text-shadow: 3px 3px 1px #BBA578, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA578, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA578 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA578, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA578, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA578 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBA578;
  -webkit-box-shadow:	1px 1px 3px 2px #BBA578;
  box-shadow:		1px 1px 3px 2px #BBA578;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA578;
-webkit-box-shadow: 1px 1px 3px 2px #BBA578;
box-shadow:1px 1px 3px 2px #BBA578;">
Div content here</div>
This div box has shadow with color #BBA578.

Preview

Color preview on black background

This text has color #BBA578 on black background.


Color preview on white background

This text has color #BBA578 on white background.



Black color preview on #BBA578 background

This text has black color on #BBA578 background.


White color preview on #BBA578 background

This text has white color on #BBA578 background.