#BAB194

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

Shades of Bison Hide #BAB194

Tints of Bison Hide #BAB194

Color information

#BAB194 (or 0xBAB194) is unknown color: approx Bison Hide. HEX triplet: BA, B1 and 94. RGB value is (186,177,148). Sum of RGB (Red+Green+Blue) = 186+177+148=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB194 is #454E6B. Grayscale: #B0B0B0. Windows color (decimal): -4542060 or 9744826. OLE color: 9744826.

HSL color Cylindrical-coordinate representation of color #BAB194: hue angle of 45.79º 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 #BAB194 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186177148-
CMYK00.050.200.27
HSL45.79º21.59%65.49%-
HSV(B)45.79º20.43%72.94%-
XYZ41.3244.0234.34-
YUV176.38111.98134.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=36.40%
G=34.64%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617714800.050.200.2745.7921.5965.49
HexBAB19405141B2e1641
Octal2722612240524335626101
Binary10111010101100011001010001011010011011101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB194; }

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

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

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

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

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

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

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

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