#BA9D95

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

Shades of Del Rio #BA9D95

Tints of Del Rio #BA9D95

Color information

#BA9D95 (or 0xBA9D95) is unknown color: approx Del Rio. HEX triplet: BA, 9D and 95. RGB value is (186,157,149). Sum of RGB (Red+Green+Blue) = 186+157+149=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D95 is #45626A. Grayscale: #A4A4A4. Windows color (decimal): -4547179 or 9805242. OLE color: 9805242.

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

Color convert

RGB186157149-
CMYK00.160.200.27
HSL12.97º21.14%65.69%-
HSV(B)12.97º19.89%72.94%-
XYZ37.7336.7233.53-
YUV164.76119.11143.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=37.80%
G=31.91%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615714900.160.200.2712.9721.1465.69
HexBA9D95010141Bd1542
Octal27223522502024331525102
Binary10111010100111011001010101000010100110111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D95; }

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

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

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

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

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

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

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

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