#BA9E98

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

Shades of Del Rio #BA9E98

Tints of Del Rio #BA9E98

Color information

#BA9E98 (or 0xBA9E98) is unknown color: approx Del Rio. HEX triplet: BA, 9E and 98. RGB value is (186,158,152). Sum of RGB (Red+Green+Blue) = 186+158+152=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E98 is #456167. Grayscale: #A5A5A5. Windows color (decimal): -4546920 or 10002106. OLE color: 10002106.

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

Color convert

RGB186158152-
CMYK00.150.180.27
HSL10.59º19.77%66.27%-
HSV(B)10.59º18.28%72.94%-
XYZ38.1437.1634.87-
YUV165.69120.28142.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=37.5%
G=31.85%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615815200.150.180.2710.5919.7766.27
HexBA9E980F121Bb1442
Octal27223623001722331324102
Binary1011101010011110100110000111110010110111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E98; }

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

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

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

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

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

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

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

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