#BAA992

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

Shades of Bison Hide #BAA992

Tints of Bison Hide #BAA992

Color information

#BAA992 (or 0xBAA992) is unknown color: approx Bison Hide. HEX triplet: BA, A9 and 92. RGB value is (186,169,146). Sum of RGB (Red+Green+Blue) = 186+169+146=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA992 is #45566D. Grayscale: #ABABAB. Windows color (decimal): -4544110 or 9611706. OLE color: 9611706.

HSL color Cylindrical-coordinate representation of color #BAA992: hue angle of 34.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA992 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186169146-
CMYK00.090.220.27
HSL34.5º22.47%65.1%-
HSV(B)34.5º21.51%72.94%-
XYZ39.6340.8933-
YUV171.46113.63138.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=37.13%
G=33.73%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616914600.090.220.2734.522.4765.1
HexBAA99209161B231641
Octal27225122201126334326101
Binary101110101010100110010010010011011011011100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA992; }

 p { color: rgb(186,169,146); }

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

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

 a { background-color: rgb(186,169,146); }

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

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

 span { border-color: rgb(186,169,146); }

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