#BA9D8F

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

Shades of Del Rio #BA9D8F

Tints of Del Rio #BA9D8F

Color information

#BA9D8F (or 0xBA9D8F) is unknown color: approx Del Rio. HEX triplet: BA, 9D and 8F. RGB value is (186,157,143). Sum of RGB (Red+Green+Blue) = 186+157+143=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D8F is #456270. Grayscale: #A4A4A4. Windows color (decimal): -4547185 or 9412026. OLE color: 9412026.

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

Color convert

RGB186157143-
CMYK00.160.230.27
HSL19.53º23.76%64.51%-
HSV(B)19.53º23.12%72.94%-
XYZ37.2636.5431.07-
YUV164.08116.11143.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=38.27%
G=32.30%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615714300.160.230.2719.5323.7664.51
HexBA9D8F010171B141841
Octal27223521702027332430101
Binary101110101001110110001111010000101111101110100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D8F; }

 p { color: rgb(186,157,143); }

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

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

 a { background-color: rgb(186,157,143); }

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

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

 span { border-color: rgb(186,157,143); }

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