#B7AC99

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

Shades of Bison Hide #B7AC99

Tints of Bison Hide #B7AC99

Color information

#B7AC99 (or 0xB7AC99) is unknown color: approx Bison Hide. HEX triplet: B7, AC and 99. RGB value is (183,172,153). Sum of RGB (Red+Green+Blue) = 183+172+153=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC99 is #485366. Grayscale: #ADADAD. Windows color (decimal): -4739943 or 10071223. OLE color: 10071223.

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

Color convert

RGB183172153-
CMYK00.060.160.28
HSL38º17.24%65.88%-
HSV(B)38º16.39%71.76%-
XYZ40.0341.8736.11-
YUV173.12116.64135.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=36.02%
G=33.86%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317215300.060.160.283817.2465.88
HexB7AC9906101C261142
Octal2672542310620344621102
Binary10110111101011001001100101101000011100100110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC99; }

 p { color: rgb(183,172,153); }

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

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

 a { background-color: rgb(183,172,153); }

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

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

 span { border-color: rgb(183,172,153); }

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