Html Css Color HEX #B9A791 Bison Hide

📋 copy color: '#B9A791'

red 185 ◦ green 167 ◦ blue 145

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

Shades of Bison Hide #B9A791

Tints of Bison Hide #B9A791

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 37.22%
G = 33.6%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B9A791 (or 0xB9A791) is known color: Bison Hide. HEX triplet: B9, A7 and 91. RGB value is (185,167,145). Sum of RGB (Red+Green+Blue) = 185+167+145=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A791 is #46586E. Grayscale: #A9A9A9. Windows color (decimal): -4610159 or 9545657. OLE color: 9545657.

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

Color convert

RGB 185 167 145 -
CMYK 0 0.10 0.22 0.27
HSL 33º 0.22% 0.65% -
HSV(B) 33º 0.22% 0.73% -
XYZ 38.94 40 32.46 -
YUV 169.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 185 167 145 0 0.10 0.22 0.27 33 0.22 0.65
Hex B9 A7 91 0 A 16 1B 21 16 41
Octal 271 247 221 0 12 26 33 41 26 101
Binary 10111001 10100111 10010001 0 1010 10110 11011 100001 10110 1000001

Color Harmonies of #B9A791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A791

Black with #B9A791

Text Example


Text Example

White with #B9A791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A791; }

 p { color: rgb(185,167,145); }

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

background-color css

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

 a { background-color: rgb(185,167,145); }

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

border-color css

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

 span { border-color: rgb(185,167,145); }

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