#BBB083

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

Shades of Ecru #BBB083

Tints of Ecru #BBB083

Color information

#BBB083 (or 0xBBB083) is unknown color: approx Ecru. HEX triplet: BB, B0 and 83. RGB value is (187,176,131). Sum of RGB (Red+Green+Blue) = 187+176+131=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB083 is #444F7C. Grayscale: #AEAEAE. Windows color (decimal): -4476797 or 8630459. OLE color: 8630459.

HSL color Cylindrical-coordinate representation of color #BBB083: hue angle of 48.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB083 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187176131-
CMYK00.060.300.27
HSL48.21º29.17%62.35%-
HSV(B)48.21º29.95%73.33%-
XYZ40.1243.2527.71-
YUV174.16103.64137.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=37.85%
G=35.63%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717613100.060.300.2748.2129.1762.35
HexBBB083061E1B301d3e
Octal273260203063633603576
Binary1011101110110000100000110110111101101111000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB083; }

 p { color: rgb(187,176,131); }

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

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

 a { background-color: rgb(187,176,131); }

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

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

 span { border-color: rgb(187,176,131); }

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