Shades of Del Rio #B9968C
Tints of Del Rio #B9968C
RGB
CMYK
RGB Variations
Color information
#B9968C (or 0xB9968C) is known color: Del Rio. HEX triplet: B9, 96 and 8C. RGB value is (185,150,140). Sum of RGB (Red+Green+Blue) = 185+150+140=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968C is #466973. Grayscale: #9F9F9F. Windows color (decimal): -4614516 or 9213625. OLE color: 9213625.
HSL color Cylindrical-coordinate representation of color #B9968C: hue angle of 13.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9968C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 150 | 140 | - |
CMYK | 0 | 0.19 | 0.24 | 0.27 |
HSL | 13.33º | 0.24% | 0.64% | - |
HSV(B) | 13.33º | 0.24% | 0.73% | - |
XYZ | 35.65 | 34.02 | 29.5 | - |
YUV | 159.33 | 117.1 | 146.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 150 | 140 | 0 | 0.19 | 0.24 | 0.27 | 13.33 | 0.24 | 0.64 |
Hex | B9 | 96 | 8C | 0 | 13 | 18 | 1B | D | 18 | 40 |
Octal | 271 | 226 | 214 | 0 | 23 | 30 | 33 | 15 | 30 | 100 |
Binary | 10111001 | 10010110 | 10001100 | 0 | 10011 | 11000 | 11011 | 1101 | 11000 | 1000000 |
Color Harmonies of #B9968C
Complementary color
Monochromatic Colors of #B9968C
Black with #B9968C
Text Example
Text Example
White with #B9968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9968C; }
p { color: rgb(185,150,140); }
H1.HeaderClassName
{
color: #B9968C;
}
.AnyTagClassName
{
color: #B9968C;
}
</style>
background-color css
<style>
a { background-color: #B9968C; }
a { background-color: rgb(185,150,140); }
div.DivClassName
{
background-color: #B9968C;
}
.BgClassName
{
background-color: #B9968C;
}
</style>
border-color css
<style>
span { border-color: #B9968C; }
span { border-color: rgb(185,150,140); }
td.TdClassName
{
border-color: #B9968C;
}
.TagClassName
{
border-color: #B9968C;
}
</style>