#BBB37A

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

Shades of Ecru #BBB37A

Tints of Ecru #BBB37A

Color information

#BBB37A (or 0xBBB37A) is unknown color: approx Ecru. HEX triplet: BB, B3 and 7A. RGB value is (187,179,122). Sum of RGB (Red+Green+Blue) = 187+179+122=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB37A is #444C85. Grayscale: #AFAFAF. Windows color (decimal): -4476038 or 8041403. OLE color: 8041403.

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

Color convert

RGB187179122-
CMYK00.040.350.27
HSL52.62º32.34%60.59%-
HSV(B)52.62º34.76%73.33%-
XYZ40.1344.2124.83-
YUV174.8998.15136.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 122 (48.05% from 255) = 25%
R=38.32%
G=36.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717912200.040.350.2752.6232.3460.59
HexBBB37A04231B35203d
Octal273263172044333654075
Binary10111011101100111111010010010001111011110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB37A; }

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

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

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

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

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

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

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

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