#BBB57B

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

Shades of Ecru #BBB57B

Tints of Ecru #BBB57B

Color information

#BBB57B (or 0xBBB57B) is unknown color: approx Ecru. HEX triplet: BB, B5 and 7B. RGB value is (187,181,123). Sum of RGB (Red+Green+Blue) = 187+181+123=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB57B is #444A84. Grayscale: #B0B0B0. Windows color (decimal): -4475525 or 8107451. OLE color: 8107451.

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

Color convert

RGB187181123-
CMYK00.030.340.27
HSL54.38º32%60.78%-
HSV(B)54.38º34.22%73.33%-
XYZ40.5945.0425.29-
YUV176.1897.99135.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=38.09%
G=36.86%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718112300.030.340.2754.383260.78
HexBBB57B03221B36203d
Octal273265173034233664075
Binary1011101110110101111101101110001011011110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB57B; }

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

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

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

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

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

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

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

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