#BAA098

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

Shades of Del Rio #BAA098

Tints of Del Rio #BAA098

Color information

#BAA098 (or 0xBAA098) is unknown color: approx Del Rio. HEX triplet: BA, A0 and 98. RGB value is (186,160,152). Sum of RGB (Red+Green+Blue) = 186+160+152=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA098 is #455F67. Grayscale: #A6A6A6. Windows color (decimal): -4546408 or 10002618. OLE color: 10002618.

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

Color convert

RGB186160152-
CMYK00.140.180.27
HSL14.12º19.77%66.27%-
HSV(B)14.12º18.28%72.94%-
XYZ38.4937.8534.98-
YUV166.86119.61141.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=37.35%
G=32.13%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616015200.140.180.2714.1219.7766.27
HexBAA0980E121Be1442
Octal27224023001622331624102
Binary1011101010100000100110000111010010110111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA098; }

 p { color: rgb(186,160,152); }

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

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

 a { background-color: rgb(186,160,152); }

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

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

 span { border-color: rgb(186,160,152); }

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