Html Css Color HEX #B9B396 Coriander

📋 copy color: '#B9B396'

red 185 ◦ green 179 ◦ blue 150

#B9B396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #B9B396

Tints of Coriander #B9B396

RGB

 RED value IS 185 (72.66% from 255) = 35.99%

 GREEN value IS 179 (70.31% from 255) = 34.82%

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 35.99%
G = 34.82%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B9B396 (or 0xB9B396) is known color: Coriander. HEX triplet: B9, B3 and 96. RGB value is (185,179,150). Sum of RGB (Red+Green+Blue) = 185+179+150=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B396 is #464C69. Grayscale: #B1B1B1. Windows color (decimal): -4607082 or 9876409. OLE color: 9876409.

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

Color convert

RGB 185 179 150 -
CMYK 0 0.03 0.19 0.27
HSL 49.71º 0.2% 0.66% -
HSV(B) 49.71º 0.19% 0.73% -
XYZ 41.63 44.76 35.3 -
YUV 177.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 185 179 150 0 0.03 0.19 0.27 49.71 0.2 0.66
Hex B9 B3 96 0 3 13 1B 32 14 42
Octal 271 263 226 0 3 23 33 62 24 102
Binary 10111001 10110011 10010110 0 11 10011 11011 110010 10100 1000010

Color Harmonies of #B9B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B396

Black with #B9B396

Text Example


Text Example

White with #B9B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B396; }

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

 H1.HeaderClassName
 {
   color: #B9B396;
 }
 .AnyTagClassName
 {
   color: #B9B396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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