#B3A991

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

Shades of Bison Hide #B3A991

Tints of Bison Hide #B3A991

Color information

#B3A991 (or 0xB3A991) is unknown color: approx Bison Hide. HEX triplet: B3, A9 and 91. RGB value is (179,169,145). Sum of RGB (Red+Green+Blue) = 179+169+145=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A991 is #4C566E. Grayscale: #A9A9A9. Windows color (decimal): -5002863 or 9546163. OLE color: 9546163.

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

Color convert

RGB179169145-
CMYK00.060.190.30
HSL42.35º18.28%63.53%-
HSV(B)42.35º18.99%70.2%-
XYZ37.894032.51-
YUV169.25114.31134.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=36.31%
G=34.28%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916914500.060.190.3042.3518.2863.53
HexB3A99106131E2a1240
Octal2632512210623365222100
Binary10110011101010011001000101101001111110101010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A991; }

 p { color: rgb(179,169,145); }

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

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

 a { background-color: rgb(179,169,145); }

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

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

 span { border-color: rgb(179,169,145); }

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