#B7AF96

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

Shades of Bison Hide #B7AF96

Tints of Bison Hide #B7AF96

Color information

#B7AF96 (or 0xB7AF96) is unknown color: approx Bison Hide. HEX triplet: B7, AF and 96. RGB value is (183,175,150). Sum of RGB (Red+Green+Blue) = 183+175+150=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF96 is #485069. Grayscale: #AEAEAE. Windows color (decimal): -4739178 or 9875383. OLE color: 9875383.

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

Color convert

RGB183175150-
CMYK00.040.180.28
HSL45.45º18.64%65.29%-
HSV(B)45.45º18.03%71.76%-
XYZ40.3642.9335.01-
YUV174.54114.15134.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=36.02%
G=34.45%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317515000.040.180.2845.4518.6465.29
HexB7AF9604121C2d1341
Octal2672572260422345523101
Binary10110111101011111001011001001001011100101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF96; }

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

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

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

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

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

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

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

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