#BBAE79

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

Shades of Ecru #BBAE79

Tints of Ecru #BBAE79

Color information

#BBAE79 (or 0xBBAE79) is unknown color: approx Ecru. HEX triplet: BB, AE and 79. RGB value is (187,174,121). Sum of RGB (Red+Green+Blue) = 187+174+121=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE79 is #445186. Grayscale: #ACACAC. Windows color (decimal): -4477319 or 7974587. OLE color: 7974587.

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

Color convert

RGB187174121-
CMYK00.070.350.27
HSL48.18º32.67%60.39%-
HSV(B)48.18º35.29%73.33%-
XYZ39.0842.2224.18-
YUV171.8499.31138.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=38.80%
G=36.10%
B=25.10%

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
Decimal18717412100.070.350.2748.1832.6760.39
HexBBAE7907231B30213c
Octal273256171074333604174
Binary10111011101011101111001011110001111011110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE79; }

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

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

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

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

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

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

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

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