#BAA293

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

Shades of Del Rio #BAA293

Tints of Del Rio #BAA293

Color information

#BAA293 (or 0xBAA293) is unknown color: approx Del Rio. HEX triplet: BA, A2 and 93. RGB value is (186,162,147). Sum of RGB (Red+Green+Blue) = 186+162+147=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA293 is #455D6C. Grayscale: #A7A7A7. Windows color (decimal): -4545901 or 9675450. OLE color: 9675450.

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

Color convert

RGB186162147-
CMYK00.130.210.27
HSL23.08º22.03%65.29%-
HSV(B)23.08º20.97%72.94%-
XYZ38.4438.3932.99-
YUV167.47116.45141.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=37.58%
G=32.73%
B=29.70%

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
Decimal18616214700.130.210.2723.0822.0365.29
HexBAA2930D151B171641
Octal27224222301525332726101
Binary10111010101000101001001101101101011101110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA293; }

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

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

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

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

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

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

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

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