#BBB595

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

Shades of Coriander #BBB595

Tints of Coriander #BBB595

Color information

#BBB595 (or 0xBBB595) is unknown color: approx Coriander. HEX triplet: BB, B5 and 95. RGB value is (187,181,149). Sum of RGB (Red+Green+Blue) = 187+181+149=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB595 is #444A6A. Grayscale: #B3B3B3. Windows color (decimal): -4475499 or 9811387. OLE color: 9811387.

HSL color Cylindrical-coordinate representation of color #BBB595: hue angle of 50.53º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB595 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187181149-
CMYK00.030.200.27
HSL50.53º21.84%65.88%-
HSV(B)50.53º20.32%73.33%-
XYZ42.4445.7835.03-
YUV179.15110.99133.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=36.17%
G=35.01%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718114900.030.200.2750.5321.8465.88
HexBBB59503141B331642
Octal2732652250324336326102
Binary1011101110110101100101010111010011011110011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB595; }

 p { color: rgb(187,181,149); }

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

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

 a { background-color: rgb(187,181,149); }

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

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

 span { border-color: rgb(187,181,149); }

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