Html Css Color HEX #B9B395 Coriander

📋 copy color: '#B9B395'

red 185 ◦ green 179 ◦ blue 149

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

Shades of Coriander #B9B395

Tints of Coriander #B9B395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 36.06%
G = 34.89%
B = 29.04%

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

#B9B395 (or 0xB9B395) is known color: Coriander. HEX triplet: B9, B3 and 95. RGB value is (185,179,149). Sum of RGB (Red+Green+Blue) = 185+179+149=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B395 is #464C6A. Grayscale: #B1B1B1. Windows color (decimal): -4607083 or 9810873. OLE color: 9810873.

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

Color convert

RGB 185 179 149 -
CMYK 0 0.03 0.19 0.27
HSL 50º 0.2% 0.65% -
HSV(B) 50º 0.19% 0.73% -
XYZ 41.55 44.72 34.88 -
YUV 177.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 185 179 149 0 0.03 0.19 0.27 50 0.2 0.65
Hex B9 B3 95 0 3 13 1B 32 14 41
Octal 271 263 225 0 3 23 33 62 24 101
Binary 10111001 10110011 10010101 0 11 10011 11011 110010 10100 1000001

Color Harmonies of #B9B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B395

Black with #B9B395

Text Example


Text Example

White with #B9B395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B395; }

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

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

background-color css

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

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

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

border-color css

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

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

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