#B5AD98

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

Shades of Bison Hide #B5AD98

Tints of Bison Hide #B5AD98

Color information

#B5AD98 (or 0xB5AD98) is unknown color: approx Bison Hide. HEX triplet: B5, AD and 98. RGB value is (181,173,152). Sum of RGB (Red+Green+Blue) = 181+173+152=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD98 is #4A5267. Grayscale: #ADADAD. Windows color (decimal): -4870760 or 10005941. OLE color: 10005941.

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

Color convert

RGB181173152-
CMYK00.040.160.29
HSL43.45º16.38%65.29%-
HSV(B)43.45º16.02%70.98%-
XYZ39.6741.9835.72-
YUV173116.15133.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=35.77%
G=34.19%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117315200.040.160.2943.4516.3865.29
HexB5AD9804101D2b1041
Octal2652552300420355320101
Binary10110101101011011001100001001000011101101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD98; }

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

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

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

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

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

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

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

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