#B5AF9F

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

Shades of Bison Hide #B5AF9F

Tints of Bison Hide #B5AF9F

Color information

#B5AF9F (or 0xB5AF9F) is unknown color: approx Bison Hide. HEX triplet: B5, AF and 9F. RGB value is (181,175,159). Sum of RGB (Red+Green+Blue) = 181+175+159=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF9F is #4A5060. Grayscale: #AFAFAF. Windows color (decimal): -4870241 or 10465205. OLE color: 10465205.

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

Color convert

RGB181175159-
CMYK00.030.120.29
HSL43.64º12.94%66.67%-
HSV(B)43.64º12.15%70.98%-
XYZ40.6442.9938.96-
YUV174.97118.99132.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=35.15%
G=33.98%
B=30.87%

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
Decimal18117515900.030.120.2943.6412.9466.67
HexB5AF9F03C1D2cd43
Octal2652572370314355415103
Binary10110101101011111001111101111001110110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF9F; }

 p { color: rgb(181,175,159); }

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

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

 a { background-color: rgb(181,175,159); }

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

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

 span { border-color: rgb(181,175,159); }

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