#BBB17A

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

Shades of Ecru #BBB17A

Tints of Ecru #BBB17A

Color information

#BBB17A (or 0xBBB17A) is unknown color: approx Ecru. HEX triplet: BB, B1 and 7A. RGB value is (187,177,122). Sum of RGB (Red+Green+Blue) = 187+177+122=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB17A is #444E85. Grayscale: #ADADAD. Windows color (decimal): -4476550 or 8040891. OLE color: 8040891.

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

Color convert

RGB187177122-
CMYK00.050.350.27
HSL50.77º32.34%60.59%-
HSV(B)50.77º34.76%73.33%-
XYZ39.7343.4124.7-
YUV173.7298.81137.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=38.48%
G=36.42%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717712200.050.350.2750.7732.3460.59
HexBBB17A05231B33203d
Octal273261172054333634075
Binary10111011101100011111010010110001111011110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB17A; }

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

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

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

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

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

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

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

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