#B9B381

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

Shades of Coriander #B9B381

Tints of Coriander #B9B381

Color information

#B9B381 (or 0xB9B381) is unknown color: approx Coriander. HEX triplet: B9, B3 and 81. RGB value is (185,179,129). Sum of RGB (Red+Green+Blue) = 185+179+129=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B381 is #464C7E. Grayscale: #AFAFAF. Windows color (decimal): -4607103 or 8500153. OLE color: 8500153.

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

Color convert

RGB185179129-
CMYK00.030.300.27
HSL53.57º28.57%61.57%-
HSV(B)53.57º30.27%72.55%-
XYZ40.0944.1427.18-
YUV175.09101.99135.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=37.53%
G=36.31%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517912900.030.300.2753.5728.5761.57
HexB9B381031E1B361d3e
Octal271263201033633663576
Binary101110011011001110000001011111101101111011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B381; }

 p { color: rgb(185,179,129); }

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

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

 a { background-color: rgb(185,179,129); }

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

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

 span { border-color: rgb(185,179,129); }

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