Shades of Del Rio #BA9F90
Tints of Del Rio #BA9F90
RGB
CMYK
RGB Variations
Color information
#BA9F90 (or 0xBA9F90) is known color: Del Rio. HEX triplet: BA, 9F and 90. RGB value is (186,159,144). Sum of RGB (Red+Green+Blue) = 186+159+144=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F90 is #45606F. Grayscale: #A5A5A5. Windows color (decimal): -4546672 or 9478074. OLE color: 9478074.
HSL color Cylindrical-coordinate representation of color #BA9F90: hue angle of 21.43º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9F90 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 159 | 144 | - |
CMYK | 0 | 0.15 | 0.23 | 0.27 |
HSL | 21.43º | 0.23% | 0.65% | - |
HSV(B) | 21.43º | 0.23% | 0.73% | - |
XYZ | 37.68 | 37.25 | 31.59 | - |
YUV | 165.36 | 115.95 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 159 | 144 | 0 | 0.15 | 0.23 | 0.27 | 21.43 | 0.23 | 0.65 |
Hex | BA | 9F | 90 | 0 | F | 17 | 1B | 15 | 17 | 41 |
Octal | 272 | 237 | 220 | 0 | 17 | 27 | 33 | 25 | 27 | 101 |
Binary | 10111010 | 10011111 | 10010000 | 0 | 1111 | 10111 | 11011 | 10101 | 10111 | 1000001 |
Color Harmonies of #BA9F90
Complementary color
Monochromatic Colors of #BA9F90
Black with #BA9F90
Text Example
Text Example
White with #BA9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F90; }
p { color: rgb(186,159,144); }
H1.HeaderClassName
{
color: #BA9F90;
}
.AnyTagClassName
{
color: #BA9F90;
}
</style>
background-color css
<style>
a { background-color: #BA9F90; }
a { background-color: rgb(186,159,144); }
div.DivClassName
{
background-color: #BA9F90;
}
.BgClassName
{
background-color: #BA9F90;
}
</style>
border-color css
<style>
span { border-color: #BA9F90; }
span { border-color: rgb(186,159,144); }
td.TdClassName
{
border-color: #BA9F90;
}
.TagClassName
{
border-color: #BA9F90;
}
</style>