#B4AC98

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

Shades of Bison Hide #B4AC98

Tints of Bison Hide #B4AC98

Color information

#B4AC98 (or 0xB4AC98) is unknown color: approx Bison Hide. HEX triplet: B4, AC and 98. RGB value is (180,172,152). Sum of RGB (Red+Green+Blue) = 180+172+152=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC98 is #4B5367. Grayscale: #ACACAC. Windows color (decimal): -4936552 or 10005684. OLE color: 10005684.

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

Color convert

RGB180172152-
CMYK00.040.160.29
HSL42.86º15.73%65.1%-
HSV(B)42.86º15.56%70.59%-
XYZ39.2441.4835.64-
YUV172.11116.65133.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=35.71%
G=34.13%
B=30.16%

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
Decimal18017215200.040.160.2942.8615.7365.1
HexB4AC9804101D2b1041
Octal2642542300420355320101
Binary10110100101011001001100001001000011101101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC98; }

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

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

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

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

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

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

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

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