#BBB282

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

Shades of Ecru #BBB282

Tints of Ecru #BBB282

Color information

#BBB282 (or 0xBBB282) is unknown color: approx Ecru. HEX triplet: BB, B2 and 82. RGB value is (187,178,130). Sum of RGB (Red+Green+Blue) = 187+178+130=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB282 is #444D7D. Grayscale: #AFAFAF. Windows color (decimal): -4476286 or 8565435. OLE color: 8565435.

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

Color convert

RGB187178130-
CMYK00.050.300.27
HSL50.53º29.53%62.16%-
HSV(B)50.53º30.48%73.33%-
XYZ40.4444.0227.48-
YUV175.22102.48136.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=37.78%
G=35.96%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717813000.050.300.2750.5329.5362.16
HexBBB282051E1B331e3e
Octal273262202053633633676
Binary1011101110110010100000100101111101101111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB282; }

 p { color: rgb(187,178,130); }

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

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

 a { background-color: rgb(187,178,130); }

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

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

 span { border-color: rgb(187,178,130); }

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