Html Css Color HEX #B0A997 Bison Hide

📋 copy color: '#B0A997'

red 176 ◦ green 169 ◦ blue 151

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

Shades of Bison Hide #B0A997

Tints of Bison Hide #B0A997

RGB

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

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

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

R = 35.48%
G = 34.07%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B0A997 (or 0xB0A997) is known color: Bison Hide. HEX triplet: B0, A9 and 97. RGB value is (176,169,151). Sum of RGB (Red+Green+Blue) = 176+169+151=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A997 is #4F5668. Grayscale: #A9A9A9. Windows color (decimal): -5199465 or 9939376. OLE color: 9939376.

HSL color Cylindrical-coordinate representation of color #B0A997: hue angle of 43.2º 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 #B0A997 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 151 -
CMYK 0 0.04 0.14 0.31
HSL 43.2º 0.14% 0.64% -
HSV(B) 43.2º 0.14% 0.69% -
XYZ 37.68 39.84 34.98 -
YUV 169.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 176 169 151 0 0.04 0.14 0.31 43.2 0.14 0.64
Hex B0 A9 97 0 4 E 1F 2B E 40
Octal 260 251 227 0 4 16 37 53 16 100
Binary 10110000 10101001 10010111 0 100 1110 11111 101011 1110 1000000

Color Harmonies of #B0A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A997

Black with #B0A997

Text Example


Text Example

White with #B0A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A997; }

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

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

background-color css

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

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

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

border-color css

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

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

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