#B4AF9C

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

Shades of Bison Hide #B4AF9C

Tints of Bison Hide #B4AF9C

Color information

#B4AF9C (or 0xB4AF9C) is unknown color: approx Bison Hide. HEX triplet: B4, AF and 9C. RGB value is (180,175,156). Sum of RGB (Red+Green+Blue) = 180+175+156=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF9C is #4B5063. Grayscale: #AEAEAE. Windows color (decimal): -4935780 or 10268596. OLE color: 10268596.

HSL color Cylindrical-coordinate representation of color #B4AF9C: hue angle of 47.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4AF9C is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180175156-
CMYK00.030.130.29
HSL47.5º13.79%65.88%-
HSV(B)47.5º13.33%70.59%-
XYZ40.1542.7637.59-
YUV174.33117.66132.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=35.23%
G=34.25%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017515600.030.130.2947.513.7965.88
HexB4AF9C03D1D30e42
Octal2642572340315356016102
Binary10110100101011111001110001111011110111000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF9C; }

 p { color: rgb(180,175,156); }

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

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

 a { background-color: rgb(180,175,156); }

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

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

 span { border-color: rgb(180,175,156); }

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