#B4AF9E

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

Shades of Bison Hide #B4AF9E

Tints of Bison Hide #B4AF9E

Color information

#B4AF9E (or 0xB4AF9E) is unknown color: approx Bison Hide. HEX triplet: B4, AF and 9E. RGB value is (180,175,158). Sum of RGB (Red+Green+Blue) = 180+175+158=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF9E is #4B5061. Grayscale: #AEAEAE. Windows color (decimal): -4935778 or 10399668. OLE color: 10399668.

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

Color convert

RGB180175158-
CMYK00.030.120.29
HSL46.36º12.79%66.27%-
HSV(B)46.36º12.22%70.59%-
XYZ40.3242.8338.49-
YUV174.56118.66131.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=35.09%
G=34.11%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017515800.030.120.2946.3612.7966.27
HexB4AF9E03C1D2ed42
Octal2642572360314355615102
Binary10110100101011111001111001111001110110111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF9E; }

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

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

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

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

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

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

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

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