#BA9888

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

Shades of Del Rio #BA9888

Tints of Del Rio #BA9888

Color information

#BA9888 (or 0xBA9888) is unknown color: approx Del Rio. HEX triplet: BA, 98 and 88. RGB value is (186,152,136). Sum of RGB (Red+Green+Blue) = 186+152+136=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9888 is #456777. Grayscale: #A0A0A0. Windows color (decimal): -4548472 or 8951994. OLE color: 8951994.

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

Color convert

RGB186152136-
CMYK00.180.270.27
HSL19.2º26.6%63.14%-
HSV(B)19.2º26.88%72.94%-
XYZ35.9234.6728.09-
YUV160.34114.26146.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=39.24%
G=32.07%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615213600.180.270.2719.226.663.14
HexBA98880121B1B131b3f
Octal2722302100223333233377
Binary10111010100110001000100001001011011110111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9888; }

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

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

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

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

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

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

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

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