#BA9890

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

Shades of Del Rio #BA9890

Tints of Del Rio #BA9890

Color information

#BA9890 (or 0xBA9890) is unknown color: approx Del Rio. HEX triplet: BA, 98 and 90. RGB value is (186,152,144). Sum of RGB (Red+Green+Blue) = 186+152+144=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9890 is #45676F. Grayscale: #A1A1A1. Windows color (decimal): -4548464 or 9476282. OLE color: 9476282.

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

Color convert

RGB186152144-
CMYK00.180.230.27
HSL11.43º23.33%64.71%-
HSV(B)11.43º22.58%72.94%-
XYZ36.5134.9131.2-
YUV161.25118.26145.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=38.59%
G=31.54%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615214400.180.230.2711.4323.3364.71
HexBA9890012171Bb1741
Octal27223022002227331327101
Binary10111010100110001001000001001010111110111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9890; }

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

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

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

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

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

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

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

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