#BBA876

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

Shades of Ecru #BBA876

Tints of Ecru #BBA876

Color information

#BBA876 (or 0xBBA876) is unknown color: approx Ecru. HEX triplet: BB, A8 and 76. RGB value is (187,168,118). Sum of RGB (Red+Green+Blue) = 187+168+118=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA876 is #445789. Grayscale: #A8A8A8. Windows color (decimal): -4478858 or 7776443. OLE color: 7776443.

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

Color convert

RGB187168118-
CMYK00.100.370.27
HSL43.48º33.66%59.8%-
HSV(B)43.48º36.9%73.33%-
XYZ37.7739.8822.85-
YUV167.9899.79141.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=39.53%
G=35.52%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716811800.100.370.2743.4833.6659.8
HexBBA8760A251B2b223c
Octal2732501660124533534274
Binary101110111010100011101100101010010111011101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA876; }

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

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

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

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

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

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

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

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