#BAA395

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

Shades of Del Rio #BAA395

Tints of Del Rio #BAA395

Color information

#BAA395 (or 0xBAA395) is unknown color: approx Del Rio. HEX triplet: BA, A3 and 95. RGB value is (186,163,149). Sum of RGB (Red+Green+Blue) = 186+163+149=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA395 is #455C6A. Grayscale: #A8A8A8. Windows color (decimal): -4545643 or 9806778. OLE color: 9806778.

HSL color Cylindrical-coordinate representation of color #BAA395: hue angle of 22.7º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA395 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186163149-
CMYK00.120.200.27
HSL22.7º21.14%65.69%-
HSV(B)22.7º19.89%72.94%-
XYZ38.7738.833.88-
YUV168.28117.12140.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=37.35%
G=32.73%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616314900.120.200.2722.721.1465.69
HexBAA3950C141B171542
Octal27224322501424332725102
Binary10111010101000111001010101100101001101110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA395; }

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

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

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

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

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

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

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

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