#BAA393

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

Shades of Del Rio #BAA393

Tints of Del Rio #BAA393

Color information

#BAA393 (or 0xBAA393) is unknown color: approx Del Rio. HEX triplet: BA, A3 and 93. RGB value is (186,163,147). Sum of RGB (Red+Green+Blue) = 186+163+147=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA393 is #455C6C. Grayscale: #A8A8A8. Windows color (decimal): -4545645 or 9675706. OLE color: 9675706.

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

Color convert

RGB186163147-
CMYK00.120.210.27
HSL24.62º22.03%65.29%-
HSV(B)24.62º20.97%72.94%-
XYZ38.6138.7433.05-
YUV168.05116.12140.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=37.5%
G=32.86%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616314700.120.210.2724.6222.0365.29
HexBAA3930C151B191641
Octal27224322301425333126101
Binary10111010101000111001001101100101011101111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA393; }

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

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

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

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

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

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

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

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