#B7AF97

Color #B7AF97 Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #B7AF97

Tints of Bison Hide #B7AF97

Color information

#B7AF97 (or 0xB7AF97) is unknown color: approx Bison Hide. HEX triplet: B7, AF and 97. RGB value is (183,175,151). Sum of RGB (Red+Green+Blue) = 183+175+151=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF97 is #485068. Grayscale: #AEAEAE. Windows color (decimal): -4739177 or 9940919. OLE color: 9940919.

HSL color Cylindrical-coordinate representation of color #B7AF97: hue angle of 45º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7AF97 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB183175151-
CMYK00.040.170.28
HSL45º18.18%65.49%-
HSV(B)45º17.49%71.76%-
XYZ40.4442.9635.44-
YUV174.66114.65133.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=35.95%
G=34.38%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317515100.040.170.284518.1865.49
HexB7AF9704111C2d1241
Octal2672572270421345522101
Binary10110111101011111001011101001000111100101101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF97; }

 p { color: rgb(183,175,151); }

 H1.HeaderClassName
 {
   color: #B7AF97;
 }
 .AnyTagClassName
 {
   color: #B7AF97;
 }
</style>
background-color css

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

 a { background-color: rgb(183,175,151); }

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

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

 span { border-color: rgb(183,175,151); }

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