#BBAD77

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

Shades of Ecru #BBAD77

Tints of Ecru #BBAD77

Color information

#BBAD77 (or 0xBBAD77) is unknown color: approx Ecru. HEX triplet: BB, AD and 77. RGB value is (187,173,119). Sum of RGB (Red+Green+Blue) = 187+173+119=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD77 is #445288. Grayscale: #ABABAB. Windows color (decimal): -4477577 or 7843259. OLE color: 7843259.

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

Color convert

RGB187173119-
CMYK00.070.360.27
HSL47.65º33.33%60%-
HSV(B)47.65º36.36%73.33%-
XYZ38.7741.7823.47-
YUV171.0398.64139.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=39.04%
G=36.12%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717311900.070.360.2747.6533.3360
HexBBAD7707241B30213c
Octal273255167074433604174
Binary10111011101011011110111011110010011011110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD77; }

 p { color: rgb(187,173,119); }

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

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

 a { background-color: rgb(187,173,119); }

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

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

 span { border-color: rgb(187,173,119); }

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