#BBA874

Color #BBA874 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BBA874

Tints of Ecru #BBA874

Color information

#BBA874 (or 0xBBA874) is unknown color: approx Ecru. HEX triplet: BB, A8 and 74. RGB value is (187,168,116). Sum of RGB (Red+Green+Blue) = 187+168+116=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA874 is #44578B. Grayscale: #A7A7A7. Windows color (decimal): -4478860 or 7645371. OLE color: 7645371.

HSL color Cylindrical-coordinate representation of color #BBA874: hue angle of 43.94º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBA874 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187168116-
CMYK00.100.380.27
HSL43.94º34.3%59.41%-
HSV(B)43.94º37.97%73.33%-
XYZ37.6539.8322.23-
YUV167.7598.79141.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=39.70%
G=35.67%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716811600.100.380.2743.9434.359.41
HexBBA8740A261B2c223b
Octal2732501640124633544273
Binary101110111010100011101000101010011011011101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA874; }

 p { color: rgb(187,168,116); }

 H1.HeaderClassName
 {
   color: #BBA874;
 }
 .AnyTagClassName
 {
   color: #BBA874;
 }
</style>
background-color css

<style>
 a { background-color: #BBA874; }

 a { background-color: rgb(187,168,116); }

 div.DivClassName
 {
   background-color: #BBA874;
 }
 .BgClassName
 {
   background-color: #BBA874;
 }
</style>
border-color css

<style>
 span { border-color: #BBA874; }

 span { border-color: rgb(187,168,116); }

 td.TdClassName
 {
   border-color: #BBA874;
 }
 .TagClassName
 {
   border-color: #BBA874;
 }
</style>