#BAB191

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

Shades of Chino #BAB191

Tints of Chino #BAB191

Color information

#BAB191 (or 0xBAB191) is unknown color: approx Chino. HEX triplet: BA, B1 and 91. RGB value is (186,177,145). Sum of RGB (Red+Green+Blue) = 186+177+145=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB191 is #454E6E. Grayscale: #B0B0B0. Windows color (decimal): -4542063 or 9548218. OLE color: 9548218.

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

Color convert

RGB186177145-
CMYK00.050.220.27
HSL46.83º22.91%64.9%-
HSV(B)46.83º22.04%72.94%-
XYZ41.0843.9333.1-
YUV176.04110.48135.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=36.61%
G=34.84%
B=28.54%

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
Decimal18617714500.050.220.2746.8322.9164.9
HexBAB19105161B2f1741
Octal2722612210526335727101
Binary10111010101100011001000101011011011011101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB191; }

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

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

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

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

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

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

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

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