#BAA08E

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

Shades of Del Rio #BAA08E

Tints of Del Rio #BAA08E

Color information

#BAA08E (or 0xBAA08E) is unknown color: approx Del Rio. HEX triplet: BA, A0 and 8E. RGB value is (186,160,142). Sum of RGB (Red+Green+Blue) = 186+160+142=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA08E is #455F71. Grayscale: #A5A5A5. Windows color (decimal): -4546418 or 9347258. OLE color: 9347258.

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

Color convert

RGB186160142-
CMYK00.140.240.27
HSL24.55º24.18%64.31%-
HSV(B)24.55º23.66%72.94%-
XYZ37.737.5330.85-
YUV165.72114.61142.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=38.11%
G=32.79%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616014200.140.240.2724.5524.1864.31
HexBAA08E0E181B191840
Octal27224021601630333130100
Binary10111010101000001000111001110110001101111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA08E; }

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

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

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

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

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

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

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

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