#B5AA95

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

Shades of Bison Hide #B5AA95

Tints of Bison Hide #B5AA95

Color information

#B5AA95 (or 0xB5AA95) is unknown color: approx Bison Hide. HEX triplet: B5, AA and 95. RGB value is (181,170,149). Sum of RGB (Red+Green+Blue) = 181+170+149=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA95 is #4A556A. Grayscale: #AAAAAA. Windows color (decimal): -4871531 or 9808565. OLE color: 9808565.

HSL color Cylindrical-coordinate representation of color #B5AA95: hue angle of 39.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5AA95 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181170149-
CMYK00.060.180.29
HSL39.38º17.78%64.71%-
HSV(B)39.38º17.68%70.98%-
XYZ38.8640.7434.25-
YUV170.9115.64135.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=36.2%
G=34%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117014900.060.180.2939.3817.7864.71
HexB5AA9506121D271241
Octal2652522250622354722101
Binary10110101101010101001010101101001011101100111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA95; }

 p { color: rgb(181,170,149); }

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

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

 a { background-color: rgb(181,170,149); }

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

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

 span { border-color: rgb(181,170,149); }

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