#BBB57D

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

Shades of Ecru #BBB57D

Tints of Ecru #BBB57D

Color information

#BBB57D (or 0xBBB57D) is unknown color: approx Ecru. HEX triplet: BB, B5 and 7D. RGB value is (187,181,125). Sum of RGB (Red+Green+Blue) = 187+181+125=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB57D is #444A82. Grayscale: #B0B0B0. Windows color (decimal): -4475523 or 8238523. OLE color: 8238523.

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

Color convert

RGB187181125-
CMYK00.030.330.27
HSL54.19º31.31%61.18%-
HSV(B)54.19º33.16%73.33%-
XYZ40.7245.0925.96-
YUV176.4198.99135.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=37.93%
G=36.71%
B=25.35%

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
Decimal18718112500.030.330.2754.1931.3161.18
HexBBB57D03211B361f3d
Octal273265175034133663775
Binary101110111011010111111010111000011101111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB57D; }

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

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

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

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

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

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

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

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