#B9B485

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

Shades of Coriander #B9B485

Tints of Coriander #B9B485

Color information

#B9B485 (or 0xB9B485) is unknown color: approx Coriander. HEX triplet: B9, B4 and 85. RGB value is (185,180,133). Sum of RGB (Red+Green+Blue) = 185+180+133=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B485 is #464B7A. Grayscale: #B0B0B0. Windows color (decimal): -4606843 or 8762553. OLE color: 8762553.

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

Color convert

RGB185180133-
CMYK00.030.280.27
HSL54.23º27.08%62.35%-
HSV(B)54.23º28.11%72.55%-
XYZ40.5644.6528.67-
YUV176.14103.66134.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=37.15%
G=36.14%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518013300.030.280.2754.2327.0862.35
HexB9B485031C1B361b3e
Octal271264205033433663376
Binary101110011011010010000101011111001101111011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B485; }

 p { color: rgb(185,180,133); }

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

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

 a { background-color: rgb(185,180,133); }

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

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

 span { border-color: rgb(185,180,133); }

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