Html Css Color HEX #B2AA96 Bison Hide

📋 copy color: '#B2AA96'

red 178 ◦ green 170 ◦ blue 150

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

Shades of Bison Hide #B2AA96

Tints of Bison Hide #B2AA96

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 35.74%
G = 34.14%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B2AA96 (or 0xB2AA96) is known color: Bison Hide. HEX triplet: B2, AA and 96. RGB value is (178,170,150). Sum of RGB (Red+Green+Blue) = 178+170+150=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA96 is #4D5569. Grayscale: #AAAAAA. Windows color (decimal): -5068138 or 9874098. OLE color: 9874098.

HSL color Cylindrical-coordinate representation of color #B2AA96: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AA96 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 150 -
CMYK 0 0.04 0.16 0.30
HSL 42.86º 0.15% 0.64% -
HSV(B) 42.86º 0.16% 0.7% -
XYZ 38.24 40.42 34.64 -
YUV 170.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 178 170 150 0 0.04 0.16 0.30 42.86 0.15 0.64
Hex B2 AA 96 0 4 10 1E 2B F 40
Octal 262 252 226 0 4 20 36 53 17 100
Binary 10110010 10101010 10010110 0 100 10000 11110 101011 1111 1000000

Color Harmonies of #B2AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA96

Black with #B2AA96

Text Example


Text Example

White with #B2AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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