#BA9E95

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

Shades of Del Rio #BA9E95

Tints of Del Rio #BA9E95

Color information

#BA9E95 (or 0xBA9E95) is unknown color: approx Del Rio. HEX triplet: BA, 9E and 95. RGB value is (186,158,149). Sum of RGB (Red+Green+Blue) = 186+158+149=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E95 is #45616A. Grayscale: #A5A5A5. Windows color (decimal): -4546923 or 9805498. OLE color: 9805498.

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

Color convert

RGB186158149-
CMYK00.150.200.27
HSL14.59º21.14%65.69%-
HSV(B)14.59º19.89%72.94%-
XYZ37.937.0633.59-
YUV165.35118.78142.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=37.73%
G=32.05%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615814900.150.200.2714.5921.1465.69
HexBA9E950F141Bf1542
Octal27223622501724331725102
Binary1011101010011110100101010111110100110111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E95; }

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

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

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

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

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

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

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

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