#B9B38E

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

Shades of Coriander #B9B38E

Tints of Coriander #B9B38E

Color information

#B9B38E (or 0xB9B38E) is unknown color: approx Coriander. HEX triplet: B9, B3 and 8E. RGB value is (185,179,142). Sum of RGB (Red+Green+Blue) = 185+179+142=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B38E is #464C71. Grayscale: #B0B0B0. Windows color (decimal): -4607090 or 9352121. OLE color: 9352121.

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

Color convert

RGB185179142-
CMYK00.030.230.27
HSL51.63º23.5%64.12%-
HSV(B)51.63º23.24%72.55%-
XYZ41.0144.5132.02-
YUV176.58108.49134.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=36.56%
G=35.38%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517914200.030.230.2751.6323.564.12
HexB9B38E03171B341740
Octal2712632160327336427100
Binary1011100110110011100011100111011111011110100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B38E; }

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

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

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

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

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

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

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

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