#B5AF9D

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

Shades of Bison Hide #B5AF9D

Tints of Bison Hide #B5AF9D

Color information

#B5AF9D (or 0xB5AF9D) is unknown color: approx Bison Hide. HEX triplet: B5, AF and 9D. RGB value is (181,175,157). Sum of RGB (Red+Green+Blue) = 181+175+157=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF9D is #4A5062. Grayscale: #AEAEAE. Windows color (decimal): -4870243 or 10334133. OLE color: 10334133.

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

Color convert

RGB181175157-
CMYK00.030.130.29
HSL45º13.95%66.27%-
HSV(B)45º13.26%70.98%-
XYZ40.4742.9238.05-
YUV174.74117.99132.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=35.28%
G=34.11%
B=30.60%

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
Decimal18117515700.030.130.294513.9566.27
HexB5AF9D03D1D2de42
Octal2652572350315355516102
Binary10110101101011111001110101111011110110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF9D; }

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

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

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

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

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

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

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

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