#B7AF92

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

Shades of Bison Hide #B7AF92

Tints of Bison Hide #B7AF92

Color information

#B7AF92 (or 0xB7AF92) is unknown color: approx Bison Hide. HEX triplet: B7, AF and 92. RGB value is (183,175,146). Sum of RGB (Red+Green+Blue) = 183+175+146=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF92 is #48506D. Grayscale: #AEAEAE. Windows color (decimal): -4739182 or 9613239. OLE color: 9613239.

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

Color convert

RGB183175146-
CMYK00.040.200.28
HSL47.03º20.44%64.51%-
HSV(B)47.03º20.22%71.76%-
XYZ40.0542.833.35-
YUV174.09112.15134.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=36.31%
G=34.72%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317514600.040.200.2847.0320.4464.51
HexB7AF9204141C2f1441
Octal2672572220424345724101
Binary10110111101011111001001001001010011100101111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF92; }

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

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

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

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

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

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

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

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