#BBAE74

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

Shades of Ecru #BBAE74

Tints of Ecru #BBAE74

Color information

#BBAE74 (or 0xBBAE74) is unknown color: approx Ecru. HEX triplet: BB, AE and 74. RGB value is (187,174,116). Sum of RGB (Red+Green+Blue) = 187+174+116=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE74 is #44518B. Grayscale: #ABABAB. Windows color (decimal): -4477324 or 7646907. OLE color: 7646907.

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

Color convert

RGB187174116-
CMYK00.070.380.27
HSL49.01º34.3%59.41%-
HSV(B)49.01º37.97%73.33%-
XYZ38.7842.122.6-
YUV171.2796.81139.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=39.20%
G=36.48%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717411600.070.380.2749.0134.359.41
HexBBAE7407261B31223b
Octal273256164074633614273
Binary10111011101011101110100011110011011011110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE74; }

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

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

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

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

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

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

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

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