#BA9788

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

Shades of Del Rio #BA9788

Tints of Del Rio #BA9788

Color information

#BA9788 (or 0xBA9788) is unknown color: approx Del Rio. HEX triplet: BA, 97 and 88. RGB value is (186,151,136). Sum of RGB (Red+Green+Blue) = 186+151+136=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9788 is #456877. Grayscale: #9F9F9F. Windows color (decimal): -4548728 or 8951738. OLE color: 8951738.

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

Color convert

RGB186151136-
CMYK00.190.270.27
HSL18º26.6%63.14%-
HSV(B)18º26.88%72.94%-
XYZ35.7634.3528.04-
YUV159.76114.6146.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=39.32%
G=31.92%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615113600.190.270.271826.663.14
HexBA97880131B1B121b3f
Octal2722272100233333223377
Binary10111010100101111000100001001111011110111001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9788; }

 p { color: rgb(186,151,136); }

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

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

 a { background-color: rgb(186,151,136); }

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

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

 span { border-color: rgb(186,151,136); }

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