#B4AD96

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

Shades of Bison Hide #B4AD96

Tints of Bison Hide #B4AD96

Color information

#B4AD96 (or 0xB4AD96) is unknown color: approx Bison Hide. HEX triplet: B4, AD and 96. RGB value is (180,173,150). Sum of RGB (Red+Green+Blue) = 180+173+150=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD96 is #4B5269. Grayscale: #ACACAC. Windows color (decimal): -4936298 or 9874868. OLE color: 9874868.

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

Color convert

RGB180173150-
CMYK00.040.170.29
HSL46º16.67%64.71%-
HSV(B)46º16.67%70.59%-
XYZ39.2741.7934.85-
YUV172.47115.32133.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=35.79%
G=34.39%
B=29.82%

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
Decimal18017315000.040.170.294616.6764.71
HexB4AD9604111D2e1141
Octal2642552260421355621101
Binary10110100101011011001011001001000111101101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD96; }

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

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

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

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

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

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

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

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