#B4AA91

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

Shades of Bison Hide #B4AA91

Tints of Bison Hide #B4AA91

Color information

#B4AA91 (or 0xB4AA91) is unknown color: approx Bison Hide. HEX triplet: B4, AA and 91. RGB value is (180,170,145). Sum of RGB (Red+Green+Blue) = 180+170+145=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA91 is #4B556E. Grayscale: #AAAAAA. Windows color (decimal): -4937071 or 9546420. OLE color: 9546420.

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

Color convert

RGB180170145-
CMYK00.060.190.29
HSL42.86º18.92%63.73%-
HSV(B)42.86º19.44%70.59%-
XYZ38.3140.532.59-
YUV170.14113.81135.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=36.36%
G=34.34%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017014500.060.190.2942.8618.9263.73
HexB4AA9106131D2b1340
Octal2642522210623355323100
Binary10110100101010101001000101101001111101101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA91; }

 p { color: rgb(180,170,145); }

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

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

 a { background-color: rgb(180,170,145); }

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

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

 span { border-color: rgb(180,170,145); }

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