Html Css Color HEX #B9B495 Coriander

📋 copy color: '#B9B495'

red 185 ◦ green 180 ◦ blue 149

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

Shades of Coriander #B9B495

Tints of Coriander #B9B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

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

R = 35.99%
G = 35.02%
B = 28.99%

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

#B9B495 (or 0xB9B495) is known color: Coriander. HEX triplet: B9, B4 and 95. RGB value is (185,180,149). Sum of RGB (Red+Green+Blue) = 185+180+149=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B495 is #464B6A. Grayscale: #B2B2B2. Windows color (decimal): -4606827 or 9811129. OLE color: 9811129.

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

Color convert

RGB 185 180 149 -
CMYK 0 0.03 0.19 0.27
HSL 51.67º 0.2% 0.65% -
HSV(B) 51.67º 0.19% 0.73% -
XYZ 41.75 45.13 34.94 -
YUV 177.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 185 180 149 0 0.03 0.19 0.27 51.67 0.2 0.65
Hex B9 B4 95 0 3 13 1B 34 14 41
Octal 271 264 225 0 3 23 33 64 24 101
Binary 10111001 10110100 10010101 0 11 10011 11011 110100 10100 1000001

Color Harmonies of #B9B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B495

Black with #B9B495

Text Example


Text Example

White with #B9B495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B495; }

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

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

background-color css

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

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

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

border-color css

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

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

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