#B4AF9B

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

Shades of Bison Hide #B4AF9B

Tints of Bison Hide #B4AF9B

Color information

#B4AF9B (or 0xB4AF9B) is unknown color: approx Bison Hide. HEX triplet: B4, AF and 9B. RGB value is (180,175,155). Sum of RGB (Red+Green+Blue) = 180+175+155=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF9B is #4B5064. Grayscale: #AEAEAE. Windows color (decimal): -4935781 or 10203060. OLE color: 10203060.

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

Color convert

RGB180175155-
CMYK00.030.140.29
HSL48º14.29%65.69%-
HSV(B)48º13.89%70.59%-
XYZ40.0742.7337.15-
YUV174.21117.16132.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=35.29%
G=34.31%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017515500.030.140.294814.2965.69
HexB4AF9B03E1D30e42
Octal2642572330316356016102
Binary10110100101011111001101101111101110111000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF9B; }

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

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

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

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

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

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

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

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