Shades of Old Rose #B63652
Tints of Old Rose #B63652
RGB
CMYK
RGB Variations
Color information
#B63652 (or 0xB63652) is known color: Old Rose. HEX triplet: B6, 36 and 52. RGB value is (182,54,82). Sum of RGB (Red+Green+Blue) = 182+54+82=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63652 is #49C9AD. Grayscale: #5F5F5F. Windows color (decimal): -4835758 or 5387958. OLE color: 5387958.
HSL color Cylindrical-coordinate representation of color #B63652: hue angle of 346.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63652 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 82 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.29 |
| HSL | 346.88º | 0.54% | 0.46% | - |
| HSV(B) | 346.88º | 0.7% | 0.71% | - |
| XYZ | 22.13 | 13.19 | 9.36 | - |
| YUV | 95.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 82 | 0 | 0.70 | 0.55 | 0.29 | 346.88 | 0.54 | 0.46 |
| Hex | B6 | 36 | 52 | 0 | 46 | 37 | 1D | 15B | 36 | 2E |
| Octal | 266 | 66 | 122 | 0 | 106 | 67 | 35 | 533 | 66 | 56 |
| Binary | 10110110 | 110110 | 1010010 | 0 | 1000110 | 110111 | 11101 | 101011011 | 110110 | 101110 |
Color Harmonies of #B63652
Complementary color
Monochromatic Colors of #B63652
Black with #B63652
Text Example
Text Example
White with #B63652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63652; }
p { color: rgb(182,54,82); }
H1.HeaderClassName
{
color: #B63652;
}
.AnyTagClassName
{
color: #B63652;
}
</style>
background-color css
<style>
a { background-color: #B63652; }
a { background-color: rgb(182,54,82); }
div.DivClassName
{
background-color: #B63652;
}
.BgClassName
{
background-color: #B63652;
}
</style>
border-color css
<style>
span { border-color: #B63652; }
span { border-color: rgb(182,54,82); }
td.TdClassName
{
border-color: #B63652;
}
.TagClassName
{
border-color: #B63652;
}
</style>