Shades of Old Rose #B6304D
Tints of Old Rose #B6304D
RGB
CMYK
RGB Variations
Color information
#B6304D (or 0xB6304D) is known color: Old Rose. HEX triplet: B6, 30 and 4D. RGB value is (182,48,77). Sum of RGB (Red+Green+Blue) = 182+48+77=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6304D is #49CFB2. Grayscale: #5B5B5B. Windows color (decimal): -4837299 or 5058742. OLE color: 5058742.
HSL color Cylindrical-coordinate representation of color #B6304D: hue angle of 347.01º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6304D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 77 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.29 |
| HSL | 347.01º | 0.58% | 0.45% | - |
| HSV(B) | 347.01º | 0.74% | 0.71% | - |
| XYZ | 21.69 | 12.59 | 8.31 | - |
| YUV | 91.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 77 | 0 | 0.74 | 0.58 | 0.29 | 347.01 | 0.58 | 0.45 |
| Hex | B6 | 30 | 4D | 0 | 4A | 3A | 1D | 15B | 3A | 2D |
| Octal | 266 | 60 | 115 | 0 | 112 | 72 | 35 | 533 | 72 | 55 |
| Binary | 10110110 | 110000 | 1001101 | 0 | 1001010 | 111010 | 11101 | 101011011 | 111010 | 101101 |
Color Harmonies of #B6304D
Complementary color
Monochromatic Colors of #B6304D
Black with #B6304D
Text Example
Text Example
White with #B6304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6304D; }
p { color: rgb(182,48,77); }
H1.HeaderClassName
{
color: #B6304D;
}
.AnyTagClassName
{
color: #B6304D;
}
</style>
background-color css
<style>
a { background-color: #B6304D; }
a { background-color: rgb(182,48,77); }
div.DivClassName
{
background-color: #B6304D;
}
.BgClassName
{
background-color: #B6304D;
}
</style>
border-color css
<style>
span { border-color: #B6304D; }
span { border-color: rgb(182,48,77); }
td.TdClassName
{
border-color: #B6304D;
}
.TagClassName
{
border-color: #B6304D;
}
</style>