Html Css Color HEX #B5A996 Bison Hide

📋 copy color: '#B5A996'

red 181 ◦ green 169 ◦ blue 150

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

Shades of Bison Hide #B5A996

Tints of Bison Hide #B5A996

RGB

 RED value IS 181 (71.09% from 255) = 36.2%

 GREEN value IS 169 (66.41% from 255) = 33.8%

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

R = 36.2%
G = 33.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B5A996 (or 0xB5A996) is known color: Bison Hide. HEX triplet: B5, A9 and 96. RGB value is (181,169,150). Sum of RGB (Red+Green+Blue) = 181+169+150=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A996 is #4A5669. Grayscale: #AAAAAA. Windows color (decimal): -4871786 or 9873845. OLE color: 9873845.

HSL color Cylindrical-coordinate representation of color #B5A996: hue angle of 36.77º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A996 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 169 150 -
CMYK 0 0.07 0.17 0.29
HSL 36.77º 0.17% 0.65% -
HSV(B) 36.77º 0.17% 0.71% -
XYZ 38.75 40.4 34.61 -
YUV 170.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 181 169 150 0 0.07 0.17 0.29 36.77 0.17 0.65
Hex B5 A9 96 0 7 11 1D 25 11 41
Octal 265 251 226 0 7 21 35 45 21 101
Binary 10110101 10101001 10010110 0 111 10001 11101 100101 10001 1000001

Color Harmonies of #B5A996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A996

Black with #B5A996

Text Example


Text Example

White with #B5A996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A996; }

 p { color: rgb(181,169,150); }

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

background-color css

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

 a { background-color: rgb(181,169,150); }

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

border-color css

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

 span { border-color: rgb(181,169,150); }

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