Html Css Color HEX #B9B097 Bison Hide

📋 copy color: '#B9B097'

red 185 ◦ green 176 ◦ blue 151

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

Shades of Bison Hide #B9B097

Tints of Bison Hide #B9B097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 151 (59.38% from 255) = 29.49%

R = 36.13%
G = 34.38%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B9B097 (or 0xB9B097) is known color: Bison Hide. HEX triplet: B9, B0 and 97. RGB value is (185,176,151). Sum of RGB (Red+Green+Blue) = 185+176+151=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B097 is #464F68. Grayscale: #AFAFAF. Windows color (decimal): -4607849 or 9941177. OLE color: 9941177.

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

Color convert

RGB 185 176 151 -
CMYK 0 0.05 0.18 0.27
HSL 44.12º 0.2% 0.66% -
HSV(B) 44.12º 0.18% 0.73% -
XYZ 41.12 43.6 35.53 -
YUV 175.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 185 176 151 0 0.05 0.18 0.27 44.12 0.2 0.66
Hex B9 B0 97 0 5 12 1B 2C 14 42
Octal 271 260 227 0 5 22 33 54 24 102
Binary 10111001 10110000 10010111 0 101 10010 11011 101100 10100 1000010

Color Harmonies of #B9B097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B097

Black with #B9B097

Text Example


Text Example

White with #B9B097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B097; }

 p { color: rgb(185,176,151); }

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

background-color css

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

 a { background-color: rgb(185,176,151); }

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

border-color css

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

 span { border-color: rgb(185,176,151); }

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