#B4A691

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

Shades of Bison Hide #B4A691

Tints of Bison Hide #B4A691

Color information

#B4A691 (or 0xB4A691) is unknown color: approx Bison Hide. HEX triplet: B4, A6 and 91. RGB value is (180,166,145). Sum of RGB (Red+Green+Blue) = 180+166+145=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A691 is #4B596E. Grayscale: #A7A7A7. Windows color (decimal): -4938095 or 9545396. OLE color: 9545396.

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

Color convert

RGB180166145-
CMYK00.080.190.29
HSL36º18.92%63.73%-
HSV(B)36º19.44%70.59%-
XYZ37.5739.0232.34-
YUV167.79115.14136.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=36.66%
G=33.81%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016614500.080.190.293618.9263.73
HexB4A69108131D241340
Octal26424622101023354423100
Binary101101001010011010010001010001001111101100100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A691; }

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

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

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

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

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

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

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

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