#B4AC95

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

Shades of Bison Hide #B4AC95

Tints of Bison Hide #B4AC95

Color information

#B4AC95 (or 0xB4AC95) is unknown color: approx Bison Hide. HEX triplet: B4, AC and 95. RGB value is (180,172,149). Sum of RGB (Red+Green+Blue) = 180+172+149=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC95 is #4B536A. Grayscale: #ABABAB. Windows color (decimal): -4936555 or 9809076. OLE color: 9809076.

HSL color Cylindrical-coordinate representation of color #B4AC95: hue angle of 44.52º 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 #B4AC95 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180172149-
CMYK00.040.170.29
HSL44.52º17.13%64.51%-
HSV(B)44.52º17.22%70.59%-
XYZ3941.3834.37-
YUV171.77115.15133.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=35.93%
G=34.33%
B=29.74%

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
Decimal18017214900.040.170.2944.5217.1364.51
HexB4AC9504111D2d1141
Octal2642542250421355521101
Binary10110100101011001001010101001000111101101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC95; }

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

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

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

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

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

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

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

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