#BA9990

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

Shades of Del Rio #BA9990

Tints of Del Rio #BA9990

Color information

#BA9990 (or 0xBA9990) is unknown color: approx Del Rio. HEX triplet: BA, 99 and 90. RGB value is (186,153,144). Sum of RGB (Red+Green+Blue) = 186+153+144=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9990 is #45666F. Grayscale: #A1A1A1. Windows color (decimal): -4548208 or 9476538. OLE color: 9476538.

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

Color convert

RGB186153144-
CMYK00.180.230.27
HSL12.86º23.33%64.71%-
HSV(B)12.86º22.58%72.94%-
XYZ36.6735.2431.25-
YUV161.84117.93145.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=38.51%
G=31.68%
B=29.81%

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
Decimal18615314400.180.230.2712.8623.3364.71
HexBA9990012171Bd1741
Octal27223122002227331527101
Binary10111010100110011001000001001010111110111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9990; }

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

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

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

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

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

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

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

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