#B3AB95

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

Shades of Bison Hide #B3AB95

Tints of Bison Hide #B3AB95

Color information

#B3AB95 (or 0xB3AB95) is unknown color: approx Bison Hide. HEX triplet: B3, AB and 95. RGB value is (179,171,149). Sum of RGB (Red+Green+Blue) = 179+171+149=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB95 is #4C546A. Grayscale: #AAAAAA. Windows color (decimal): -5002347 or 9808819. OLE color: 9808819.

HSL color Cylindrical-coordinate representation of color #B3AB95: hue angle of 44º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3AB95 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179171149-
CMYK00.040.170.30
HSL44º16.48%64.31%-
HSV(B)44º16.76%70.2%-
XYZ38.5840.8834.29-
YUV170.88115.65133.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=35.87%
G=34.27%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917114900.040.170.304416.4864.31
HexB3AB9504111E2c1040
Octal2632532250421365420100
Binary10110011101010111001010101001000111110101100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB95; }

 p { color: rgb(179,171,149); }

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

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

 a { background-color: rgb(179,171,149); }

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

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

 span { border-color: rgb(179,171,149); }

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