#BBB37D

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

Shades of Ecru #BBB37D

Tints of Ecru #BBB37D

Color information

#BBB37D (or 0xBBB37D) is unknown color: approx Ecru. HEX triplet: BB, B3 and 7D. RGB value is (187,179,125). Sum of RGB (Red+Green+Blue) = 187+179+125=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB37D is #444C82. Grayscale: #AFAFAF. Windows color (decimal): -4476035 or 8238011. OLE color: 8238011.

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

Color convert

RGB187179125-
CMYK00.040.330.27
HSL52.26º31.31%61.18%-
HSV(B)52.26º33.16%73.33%-
XYZ40.3244.2925.83-
YUV175.2499.65136.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=38.09%
G=36.46%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717912500.040.330.2752.2631.3161.18
HexBBB37D04211B341f3d
Octal273263175044133643775
Binary1011101110110011111110101001000011101111010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB37D; }

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

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

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

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

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

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

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

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