Shades of Old Rose #B7265C
Tints of Old Rose #B7265C
RGB
CMYK
RGB Variations
Color information
#B7265C (or 0xB7265C) is known color: Old Rose. HEX triplet: B7, 26 and 5C. RGB value is (183,38,92). Sum of RGB (Red+Green+Blue) = 183+38+92=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7265C is #48D9A3. Grayscale: #575757. Windows color (decimal): -4774308 or 6039223. OLE color: 6039223.
HSL color Cylindrical-coordinate representation of color #B7265C: hue angle of 337.66º 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 #B7265C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 92 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.28 |
| HSL | 337.66º | 0.66% | 0.43% | - |
| HSV(B) | 337.66º | 0.79% | 0.72% | - |
| XYZ | 22.15 | 12.23 | 11.32 | - |
| YUV | 87.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 92 | 0 | 0.79 | 0.50 | 0.28 | 337.66 | 0.66 | 0.43 |
| Hex | B7 | 26 | 5C | 0 | 4F | 32 | 1C | 152 | 42 | 2B |
| Octal | 267 | 46 | 134 | 0 | 117 | 62 | 34 | 522 | 102 | 53 |
| Binary | 10110111 | 100110 | 1011100 | 0 | 1001111 | 110010 | 11100 | 101010010 | 1000010 | 101011 |
Color Harmonies of #B7265C
Complementary color
Monochromatic Colors of #B7265C
Black with #B7265C
Text Example
Text Example
White with #B7265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7265C; }
p { color: rgb(183,38,92); }
H1.HeaderClassName
{
color: #B7265C;
}
.AnyTagClassName
{
color: #B7265C;
}
</style>
background-color css
<style>
a { background-color: #B7265C; }
a { background-color: rgb(183,38,92); }
div.DivClassName
{
background-color: #B7265C;
}
.BgClassName
{
background-color: #B7265C;
}
</style>
border-color css
<style>
span { border-color: #B7265C; }
span { border-color: rgb(183,38,92); }
td.TdClassName
{
border-color: #B7265C;
}
.TagClassName
{
border-color: #B7265C;
}
</style>