#BBAD79

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

Shades of Ecru #BBAD79

Tints of Ecru #BBAD79

Color information

#BBAD79 (or 0xBBAD79) is unknown color: approx Ecru. HEX triplet: BB, AD and 79. RGB value is (187,173,121). Sum of RGB (Red+Green+Blue) = 187+173+121=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD79 is #445286. Grayscale: #ABABAB. Windows color (decimal): -4477575 or 7974331. OLE color: 7974331.

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

Color convert

RGB187173121-
CMYK00.070.350.27
HSL47.27º32.67%60.39%-
HSV(B)47.27º35.29%73.33%-
XYZ38.8941.8324.11-
YUV171.2699.64139.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=38.88%
G=35.97%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717312100.070.350.2747.2732.6760.39
HexBBAD7907231B2f213c
Octal273255171074333574174
Binary10111011101011011111001011110001111011101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD79; }

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

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

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

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

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

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

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

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