#BBB17D

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

Shades of Ecru #BBB17D

Tints of Ecru #BBB17D

Color information

#BBB17D (or 0xBBB17D) is unknown color: approx Ecru. HEX triplet: BB, B1 and 7D. RGB value is (187,177,125). Sum of RGB (Red+Green+Blue) = 187+177+125=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB17D is #444E82. Grayscale: #AEAEAE. Windows color (decimal): -4476547 or 8237499. OLE color: 8237499.

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

Color convert

RGB187177125-
CMYK00.050.330.27
HSL50.32º31.31%61.18%-
HSV(B)50.32º33.16%73.33%-
XYZ39.9243.4925.69-
YUV174.06100.31137.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=38.24%
G=36.20%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717712500.050.330.2750.3231.3161.18
HexBBB17D05211B321f3d
Octal273261175054133623775
Binary1011101110110001111110101011000011101111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB17D; }

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

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

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

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

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

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

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

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