#B4AD95

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

Shades of Bison Hide #B4AD95

Tints of Bison Hide #B4AD95

Color information

#B4AD95 (or 0xB4AD95) is unknown color: approx Bison Hide. HEX triplet: B4, AD and 95. RGB value is (180,173,149). Sum of RGB (Red+Green+Blue) = 180+173+149=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD95 is #4B526A. Grayscale: #ACACAC. Windows color (decimal): -4936299 or 9809332. OLE color: 9809332.

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

Color convert

RGB180173149-
CMYK00.040.170.29
HSL46.45º17.13%64.51%-
HSV(B)46.45º17.22%70.59%-
XYZ39.1941.7634.43-
YUV172.36114.82133.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=35.86%
G=34.46%
B=29.68%

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
Decimal18017314900.040.170.2946.4517.1364.51
HexB4AD9504111D2e1141
Octal2642552250421355621101
Binary10110100101011011001010101001000111101101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD95; }

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

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

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

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

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

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

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

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