#BBB17F

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

Shades of Ecru #BBB17F

Tints of Ecru #BBB17F

Color information

#BBB17F (or 0xBBB17F) is unknown color: approx Ecru. HEX triplet: BB, B1 and 7F. RGB value is (187,177,127). Sum of RGB (Red+Green+Blue) = 187+177+127=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB17F is #444E80. Grayscale: #AEAEAE. Windows color (decimal): -4476545 or 8368571. OLE color: 8368571.

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

Color convert

RGB187177127-
CMYK00.050.320.27
HSL50º30.61%61.57%-
HSV(B)50º32.09%73.33%-
XYZ40.0543.5426.37-
YUV174.29101.31137.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 127 (50% from 255) = 25.87%
R=38.09%
G=36.05%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717712700.050.320.275030.6161.57
HexBBB17F05201B321f3e
Octal273261177054033623776
Binary1011101110110001111111101011000001101111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB17F; }

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

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

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

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

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

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

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

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