#BAB192

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

Shades of Bison Hide #BAB192

Tints of Bison Hide #BAB192

Color information

#BAB192 (or 0xBAB192) is unknown color: approx Bison Hide. HEX triplet: BA, B1 and 92. RGB value is (186,177,146). Sum of RGB (Red+Green+Blue) = 186+177+146=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB192 is #454E6D. Grayscale: #B0B0B0. Windows color (decimal): -4542062 or 9613754. OLE color: 9613754.

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

Color convert

RGB186177146-
CMYK00.050.220.27
HSL46.5º22.47%65.1%-
HSV(B)46.5º21.51%72.94%-
XYZ41.1643.9633.51-
YUV176.16110.98135.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=36.54%
G=34.77%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617714600.050.220.2746.522.4765.1
HexBAB19205161B2f1641
Octal2722612220526335726101
Binary10111010101100011001001001011011011011101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB192; }

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

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

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

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

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

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

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

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