#B5AB98

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

Shades of Bison Hide #B5AB98

Tints of Bison Hide #B5AB98

Color information

#B5AB98 (or 0xB5AB98) is unknown color: approx Bison Hide. HEX triplet: B5, AB and 98. RGB value is (181,171,152). Sum of RGB (Red+Green+Blue) = 181+171+152=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB98 is #4A5467. Grayscale: #ABABAB. Windows color (decimal): -4871272 or 10005429. OLE color: 10005429.

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

Color convert

RGB181171152-
CMYK00.060.160.29
HSL39.31º16.38%65.29%-
HSV(B)39.31º16.02%70.98%-
XYZ39.2941.2235.59-
YUV171.82116.81134.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=35.91%
G=33.93%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117115200.060.160.2939.3116.3865.29
HexB5AB9806101D271041
Octal2652532300620354720101
Binary10110101101010111001100001101000011101100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB98; }

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

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

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

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

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

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

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

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