#BBB57E

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

Shades of Ecru #BBB57E

Tints of Ecru #BBB57E

Color information

#BBB57E (or 0xBBB57E) is unknown color: approx Ecru. HEX triplet: BB, B5 and 7E. RGB value is (187,181,126). Sum of RGB (Red+Green+Blue) = 187+181+126=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB57E is #444A81. Grayscale: #B0B0B0. Windows color (decimal): -4475522 or 8304059. OLE color: 8304059.

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

Color convert

RGB187181126-
CMYK00.030.330.27
HSL54.1º30.96%61.37%-
HSV(B)54.1º32.62%73.33%-
XYZ40.7845.1226.3-
YUV176.5299.49135.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=37.85%
G=36.64%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718112600.030.330.2754.130.9661.37
HexBBB57E03211B361f3d
Octal273265176034133663775
Binary101110111011010111111100111000011101111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB57E; }

 p { color: rgb(187,181,126); }

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

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

 a { background-color: rgb(187,181,126); }

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

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

 span { border-color: rgb(187,181,126); }

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