#B5AC98

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

Shades of Bison Hide #B5AC98

Tints of Bison Hide #B5AC98

Color information

#B5AC98 (or 0xB5AC98) is unknown color: approx Bison Hide. HEX triplet: B5, AC and 98. RGB value is (181,172,152). Sum of RGB (Red+Green+Blue) = 181+172+152=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC98 is #4A5367. Grayscale: #ACACAC. Windows color (decimal): -4871016 or 10005685. OLE color: 10005685.

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

Color convert

RGB181172152-
CMYK00.050.160.29
HSL41.38º16.38%65.29%-
HSV(B)41.38º16.02%70.98%-
XYZ39.4841.635.65-
YUV172.41116.48134.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=35.84%
G=34.06%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117215200.050.160.2941.3816.3865.29
HexB5AC9805101D291041
Octal2652542300520355120101
Binary10110101101011001001100001011000011101101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC98; }

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

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

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

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

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

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

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

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