Shades of Old Rose #B7265D
Tints of Old Rose #B7265D
RGB
CMYK
RGB Variations
Color information
#B7265D (or 0xB7265D) is known color: Old Rose. HEX triplet: B7, 26 and 5D. RGB value is (183,38,93). Sum of RGB (Red+Green+Blue) = 183+38+93=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7265D is #48D9A2. Grayscale: #575757. Windows color (decimal): -4774307 or 6104759. OLE color: 6104759.
HSL color Cylindrical-coordinate representation of color #B7265D: hue angle of 337.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7265D is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 93 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.28 |
| HSL | 337.24º | 0.66% | 0.43% | - |
| HSV(B) | 337.24º | 0.79% | 0.72% | - |
| XYZ | 22.2 | 12.24 | 11.55 | - |
| YUV | 87.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 93 | 0 | 0.79 | 0.49 | 0.28 | 337.24 | 0.66 | 0.43 |
| Hex | B7 | 26 | 5D | 0 | 4F | 31 | 1C | 151 | 42 | 2B |
| Octal | 267 | 46 | 135 | 0 | 117 | 61 | 34 | 521 | 102 | 53 |
| Binary | 10110111 | 100110 | 1011101 | 0 | 1001111 | 110001 | 11100 | 101010001 | 1000010 | 101011 |
Color Harmonies of #B7265D
Complementary color
Monochromatic Colors of #B7265D
Black with #B7265D
Text Example
Text Example
White with #B7265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7265D; }
p { color: rgb(183,38,93); }
H1.HeaderClassName
{
color: #B7265D;
}
.AnyTagClassName
{
color: #B7265D;
}
</style>
background-color css
<style>
a { background-color: #B7265D; }
a { background-color: rgb(183,38,93); }
div.DivClassName
{
background-color: #B7265D;
}
.BgClassName
{
background-color: #B7265D;
}
</style>
border-color css
<style>
span { border-color: #B7265D; }
span { border-color: rgb(183,38,93); }
td.TdClassName
{
border-color: #B7265D;
}
.TagClassName
{
border-color: #B7265D;
}
</style>