#B4AE96

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

Shades of Bison Hide #B4AE96

Tints of Bison Hide #B4AE96

Color information

#B4AE96 (or 0xB4AE96) is unknown color: approx Bison Hide. HEX triplet: B4, AE and 96. RGB value is (180,174,150). Sum of RGB (Red+Green+Blue) = 180+174+150=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE96 is #4B5169. Grayscale: #ADADAD. Windows color (decimal): -4936042 or 9875124. OLE color: 9875124.

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

Color convert

RGB180174150-
CMYK00.030.170.29
HSL48º16.67%64.71%-
HSV(B)48º16.67%70.59%-
XYZ39.4642.1834.92-
YUV173.06114.99132.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=35.71%
G=34.52%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017415000.030.170.294816.6764.71
HexB4AE9603111D301141
Octal2642562260321356021101
Binary1011010010101110100101100111000111101110000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE96; }

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

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

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

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

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

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

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

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