#BBB47C

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

Shades of Ecru #BBB47C

Tints of Ecru #BBB47C

Color information

#BBB47C (or 0xBBB47C) is unknown color: approx Ecru. HEX triplet: BB, B4 and 7C. RGB value is (187,180,124). Sum of RGB (Red+Green+Blue) = 187+180+124=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB47C is #444B83. Grayscale: #AFAFAF. Windows color (decimal): -4475780 or 8172731. OLE color: 8172731.

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

Color convert

RGB187180124-
CMYK00.040.340.27
HSL53.33º31.66%60.98%-
HSV(B)53.33º33.69%73.33%-
XYZ40.4544.6625.56-
YUV175.7198.82136.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=38.09%
G=36.66%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718012400.040.340.2753.3331.6660.98
HexBBB47C04221B35203d
Octal273264174044233654075
Binary10111011101101001111100010010001011011110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB47C; }

 p { color: rgb(187,180,124); }

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

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

 a { background-color: rgb(187,180,124); }

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

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

 span { border-color: rgb(187,180,124); }

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