Html Css Color HEX #B9B296 Bison Hide

📋 copy color: '#B9B296'

red 185 ◦ green 178 ◦ blue 150

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

Shades of Bison Hide #B9B296

Tints of Bison Hide #B9B296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

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

R = 36.06%
G = 34.7%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B9B296 (or 0xB9B296) is known color: Bison Hide. HEX triplet: B9, B2 and 96. RGB value is (185,178,150). Sum of RGB (Red+Green+Blue) = 185+178+150=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B296 is #464D69. Grayscale: #B1B1B1. Windows color (decimal): -4607338 or 9876153. OLE color: 9876153.

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

Color convert

RGB 185 178 150 -
CMYK 0 0.04 0.19 0.27
HSL 48º 0.2% 0.66% -
HSV(B) 48º 0.19% 0.73% -
XYZ 41.43 44.36 35.23 -
YUV 176.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 185 178 150 0 0.04 0.19 0.27 48 0.2 0.66
Hex B9 B2 96 0 4 13 1B 30 14 42
Octal 271 262 226 0 4 23 33 60 24 102
Binary 10111001 10110010 10010110 0 100 10011 11011 110000 10100 1000010

Color Harmonies of #B9B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B296

Black with #B9B296

Text Example


Text Example

White with #B9B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B296; }

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

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

background-color css

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

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

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

border-color css

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

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

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