#B4AC96

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

Shades of Bison Hide #B4AC96

Tints of Bison Hide #B4AC96

Color information

#B4AC96 (or 0xB4AC96) is unknown color: approx Bison Hide. HEX triplet: B4, AC and 96. RGB value is (180,172,150). Sum of RGB (Red+Green+Blue) = 180+172+150=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC96 is #4B5369. Grayscale: #ABABAB. Windows color (decimal): -4936554 or 9874612. OLE color: 9874612.

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

Color convert

RGB180172150-
CMYK00.040.170.29
HSL44º16.67%64.71%-
HSV(B)44º16.67%70.59%-
XYZ39.0841.4134.79-
YUV171.88115.65133.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=35.86%
G=34.26%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017215000.040.170.294416.6764.71
HexB4AC9604111D2c1141
Octal2642542260421355421101
Binary10110100101011001001011001001000111101101100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC96; }

 p { color: rgb(180,172,150); }

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

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

 a { background-color: rgb(180,172,150); }

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

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

 span { border-color: rgb(180,172,150); }

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