Html Css Color HEX #B2AA99 Bison Hide

📋 copy color: '#B2AA99'

red 178 ◦ green 170 ◦ blue 153

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

Shades of Bison Hide #B2AA99

Tints of Bison Hide #B2AA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 35.53%
G = 33.93%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2AA99 (or 0xB2AA99) is known color: Bison Hide. HEX triplet: B2, AA and 99. RGB value is (178,170,153). Sum of RGB (Red+Green+Blue) = 178+170+153=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA99 is #4D5566. Grayscale: #AAAAAA. Windows color (decimal): -5068135 or 10070706. OLE color: 10070706.

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

Color convert

RGB 178 170 153 -
CMYK 0 0.04 0.14 0.30
HSL 40.8º 0.14% 0.65% -
HSV(B) 40.8º 0.14% 0.7% -
XYZ 38.48 40.51 35.93 -
YUV 170.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 178 170 153 0 0.04 0.14 0.30 40.8 0.14 0.65
Hex B2 AA 99 0 4 E 1E 29 E 41
Octal 262 252 231 0 4 16 36 51 16 101
Binary 10110010 10101010 10011001 0 100 1110 11110 101001 1110 1000001

Color Harmonies of #B2AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA99

Black with #B2AA99

Text Example


Text Example

White with #B2AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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