#BBAF79

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

Shades of Ecru #BBAF79

Tints of Ecru #BBAF79

Color information

#BBAF79 (or 0xBBAF79) is unknown color: approx Ecru. HEX triplet: BB, AF and 79. RGB value is (187,175,121). Sum of RGB (Red+Green+Blue) = 187+175+121=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF79 is #445086. Grayscale: #ACACAC. Windows color (decimal): -4477063 or 7974843. OLE color: 7974843.

HSL color Cylindrical-coordinate representation of color #BBAF79: hue angle of 49.09º 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 #BBAF79 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187175121-
CMYK00.060.350.27
HSL49.09º32.67%60.39%-
HSV(B)49.09º35.29%73.33%-
XYZ39.2742.6124.24-
YUV172.4398.98138.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=38.72%
G=36.23%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717512100.060.350.2749.0932.6760.39
HexBBAF7906231B31213c
Octal273257171064333614174
Binary10111011101011111111001011010001111011110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF79; }

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

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

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

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

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

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

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

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