Html Css Color HEX #B0AA97 Bison Hide

📋 copy color: '#B0AA97'

red 176 ◦ green 170 ◦ blue 151

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

Shades of Bison Hide #B0AA97

Tints of Bison Hide #B0AA97

RGB

 RED value IS 176 (69.14% from 255) = 35.41%

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

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

R = 35.41%
G = 34.21%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B0AA97 (or 0xB0AA97) is known color: Bison Hide. HEX triplet: B0, AA and 97. RGB value is (176,170,151). Sum of RGB (Red+Green+Blue) = 176+170+151=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA97 is #4F5568. Grayscale: #A9A9A9. Windows color (decimal): -5199209 or 9939632. OLE color: 9939632.

HSL color Cylindrical-coordinate representation of color #B0AA97: hue angle of 45.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0AA97 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 151 -
CMYK 0 0.03 0.14 0.31
HSL 45.6º 0.14% 0.64% -
HSV(B) 45.6º 0.14% 0.69% -
XYZ 37.87 40.21 35.04 -
YUV 169.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 176 170 151 0 0.03 0.14 0.31 45.6 0.14 0.64
Hex B0 AA 97 0 3 E 1F 2E E 40
Octal 260 252 227 0 3 16 37 56 16 100
Binary 10110000 10101010 10010111 0 11 1110 11111 101110 1110 1000000

Color Harmonies of #B0AA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA97

Black with #B0AA97

Text Example


Text Example

White with #B0AA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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