#B9B890

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

Shades of Coriander #B9B890

Tints of Coriander #B9B890

Color information

#B9B890 (or 0xB9B890) is unknown color: approx Coriander. HEX triplet: B9, B8 and 90. RGB value is (185,184,144). Sum of RGB (Red+Green+Blue) = 185+184+144=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B890 is #46476F. Grayscale: #B3B3B3. Windows color (decimal): -4605808 or 9484473. OLE color: 9484473.

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

Color convert

RGB185184144-
CMYK00.010.220.27
HSL58.54º22.65%64.51%-
HSV(B)58.54º22.16%72.55%-
XYZ42.1846.6133.16-
YUV179.74107.83131.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=36.06%
G=35.87%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518414400.010.220.2758.5422.6564.51
HexB9B89001161B3b1741
Octal2712702200126337327101
Binary101110011011100010010000011011011011111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B890; }

 p { color: rgb(185,184,144); }

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

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

 a { background-color: rgb(185,184,144); }

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

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

 span { border-color: rgb(185,184,144); }

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