#B8AC97

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

Shades of Bison Hide #B8AC97

Tints of Bison Hide #B8AC97

Color information

#B8AC97 (or 0xB8AC97) is unknown color: approx Bison Hide. HEX triplet: B8, AC and 97. RGB value is (184,172,151). Sum of RGB (Red+Green+Blue) = 184+172+151=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC97 is #475368. Grayscale: #ADADAD. Windows color (decimal): -4674409 or 9940152. OLE color: 9940152.

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

Color convert

RGB184172151-
CMYK00.070.180.28
HSL38.18º18.86%65.69%-
HSV(B)38.18º17.93%72.16%-
XYZ40.1141.9335.26-
YUV173.19115.48135.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=36.29%
G=33.93%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417215100.070.180.2838.1818.8665.69
HexB8AC9707121C261342
Octal2702542270722344623102
Binary10111000101011001001011101111001011100100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC97; }

 p { color: rgb(184,172,151); }

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

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

 a { background-color: rgb(184,172,151); }

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

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

 span { border-color: rgb(184,172,151); }

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