#BBB37C

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

Shades of Ecru #BBB37C

Tints of Ecru #BBB37C

Color information

#BBB37C (or 0xBBB37C) is unknown color: approx Ecru. HEX triplet: BB, B3 and 7C. RGB value is (187,179,124). Sum of RGB (Red+Green+Blue) = 187+179+124=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB37C is #444C83. Grayscale: #AFAFAF. Windows color (decimal): -4476036 or 8172475. OLE color: 8172475.

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

Color convert

RGB187179124-
CMYK00.040.340.27
HSL52.38º31.66%60.98%-
HSV(B)52.38º33.69%73.33%-
XYZ40.2544.2625.49-
YUV175.1299.15136.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=38.16%
G=36.53%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717912400.040.340.2752.3831.6660.98
HexBBB37C04221B34203d
Octal273263174044233644075
Binary10111011101100111111100010010001011011110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB37C; }

 p { color: rgb(187,179,124); }

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

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

 a { background-color: rgb(187,179,124); }

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

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

 span { border-color: rgb(187,179,124); }

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