#B5AB99

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

Shades of Bison Hide #B5AB99

Tints of Bison Hide #B5AB99

Color information

#B5AB99 (or 0xB5AB99) is unknown color: approx Bison Hide. HEX triplet: B5, AB and 99. RGB value is (181,171,153). Sum of RGB (Red+Green+Blue) = 181+171+153=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB99 is #4A5466. Grayscale: #ACACAC. Windows color (decimal): -4871271 or 10070965. OLE color: 10070965.

HSL color Cylindrical-coordinate representation of color #B5AB99: hue angle of 38.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5AB99 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181171153-
CMYK00.060.150.29
HSL38.57º15.91%65.49%-
HSV(B)38.57º15.47%70.98%-
XYZ39.3741.2536.02-
YUV171.94117.31134.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=35.84%
G=33.86%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117115300.060.150.2938.5715.9165.49
HexB5AB9906F1D271041
Octal2652532310617354720101
Binary1011010110101011100110010110111111101100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB99; }

 p { color: rgb(181,171,153); }

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

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

 a { background-color: rgb(181,171,153); }

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

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

 span { border-color: rgb(181,171,153); }

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