#BBB37B

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

Shades of Ecru #BBB37B

Tints of Ecru #BBB37B

Color information

#BBB37B (or 0xBBB37B) is unknown color: approx Ecru. HEX triplet: BB, B3 and 7B. RGB value is (187,179,123). Sum of RGB (Red+Green+Blue) = 187+179+123=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB37B is #444C84. Grayscale: #AFAFAF. Windows color (decimal): -4476037 or 8106939. OLE color: 8106939.

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

Color convert

RGB187179123-
CMYK00.040.340.27
HSL52.5º32%60.78%-
HSV(B)52.5º34.22%73.33%-
XYZ40.1944.2425.16-
YUV175.0198.65136.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=38.24%
G=36.61%
B=25.15%

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
Decimal18717912300.040.340.2752.53260.78
HexBBB37B04221B34203d
Octal273263173044233644075
Binary10111011101100111111011010010001011011110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB37B; }

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

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

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

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

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

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

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

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