#BAB294

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

Shades of Bison Hide #BAB294

Tints of Bison Hide #BAB294

Color information

#BAB294 (or 0xBAB294) is unknown color: approx Bison Hide. HEX triplet: BA, B2 and 94. RGB value is (186,178,148). Sum of RGB (Red+Green+Blue) = 186+178+148=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB294 is #454D6B. Grayscale: #B1B1B1. Windows color (decimal): -4541804 or 9745082. OLE color: 9745082.

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

Color convert

RGB186178148-
CMYK00.040.200.27
HSL47.37º21.59%65.49%-
HSV(B)47.37º20.43%72.94%-
XYZ41.5244.4234.4-
YUV176.97111.65134.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=36.33%
G=34.77%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617814800.040.200.2747.3721.5965.49
HexBAB29404141B2f1641
Octal2722622240424335726101
Binary10111010101100101001010001001010011011101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB294; }

 p { color: rgb(186,178,148); }

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

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

 a { background-color: rgb(186,178,148); }

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

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

 span { border-color: rgb(186,178,148); }

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