#BBB493

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

Shades of Coriander #BBB493

Tints of Coriander #BBB493

Color information

#BBB493 (or 0xBBB493) is unknown color: approx Coriander. HEX triplet: BB, B4 and 93. RGB value is (187,180,147). Sum of RGB (Red+Green+Blue) = 187+180+147=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB493 is #444B6C. Grayscale: #B2B2B2. Windows color (decimal): -4475757 or 9680059. OLE color: 9680059.

HSL color Cylindrical-coordinate representation of color #BBB493: hue angle of 49.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB493 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187180147-
CMYK00.040.210.27
HSL49.5º22.73%65.49%-
HSV(B)49.5º21.39%73.33%-
XYZ42.0845.3134.13-
YUV178.33110.32134.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=36.38%
G=35.02%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718014700.040.210.2749.522.7365.49
HexBBB49304151B321741
Octal2732642230425336227101
Binary10111011101101001001001101001010111011110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB493; }

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

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

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

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

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

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

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

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