#BAA193

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

Shades of Del Rio #BAA193

Tints of Del Rio #BAA193

Color information

#BAA193 (or 0xBAA193) is unknown color: approx Del Rio. HEX triplet: BA, A1 and 93. RGB value is (186,161,147). Sum of RGB (Red+Green+Blue) = 186+161+147=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA193 is #455E6C. Grayscale: #A6A6A6. Windows color (decimal): -4546157 or 9675194. OLE color: 9675194.

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

Color convert

RGB186161147-
CMYK00.130.210.27
HSL21.54º22.03%65.29%-
HSV(B)21.54º20.97%72.94%-
XYZ38.2638.0432.93-
YUV166.88116.78141.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=37.65%
G=32.59%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616114700.130.210.2721.5422.0365.29
HexBAA1930D151B161641
Octal27224122301525332626101
Binary10111010101000011001001101101101011101110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA193; }

 p { color: rgb(186,161,147); }

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

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

 a { background-color: rgb(186,161,147); }

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

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

 span { border-color: rgb(186,161,147); }

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