#BAA392

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

Shades of Del Rio #BAA392

Tints of Del Rio #BAA392

Color information

#BAA392 (or 0xBAA392) is unknown color: approx Del Rio. HEX triplet: BA, A3 and 92. RGB value is (186,163,146). Sum of RGB (Red+Green+Blue) = 186+163+146=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA392 is #455C6D. Grayscale: #A8A8A8. Windows color (decimal): -4545646 or 9610170. OLE color: 9610170.

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

Color convert

RGB186163146-
CMYK00.120.220.27
HSL25.5º22.47%65.1%-
HSV(B)25.5º21.51%72.94%-
XYZ38.5438.7132.63-
YUV167.94115.62140.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=37.58%
G=32.93%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616314600.120.220.2725.522.4765.1
HexBAA3920C161B1a1641
Octal27224322201426333226101
Binary10111010101000111001001001100101101101111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA392; }

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

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

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

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

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

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

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

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