Shades of Old Rose #B7264A
Tints of Old Rose #B7264A
RGB
CMYK
RGB Variations
Color information
#B7264A (or 0xB7264A) is known color: Old Rose. HEX triplet: B7, 26 and 4A. RGB value is (183,38,74). Sum of RGB (Red+Green+Blue) = 183+38+74=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7264A is #48D9B5. Grayscale: #555555. Windows color (decimal): -4774326 or 4859575. OLE color: 4859575.
HSL color Cylindrical-coordinate representation of color #B7264A: hue angle of 345.1º 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 #B7264A is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 74 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.28 |
| HSL | 345.1º | 0.66% | 0.43% | - |
| HSV(B) | 345.1º | 0.79% | 0.72% | - |
| XYZ | 21.46 | 11.95 | 7.65 | - |
| YUV | 85.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 74 | 0 | 0.79 | 0.60 | 0.28 | 345.1 | 0.66 | 0.43 |
| Hex | B7 | 26 | 4A | 0 | 4F | 3C | 1C | 159 | 42 | 2B |
| Octal | 267 | 46 | 112 | 0 | 117 | 74 | 34 | 531 | 102 | 53 |
| Binary | 10110111 | 100110 | 1001010 | 0 | 1001111 | 111100 | 11100 | 101011001 | 1000010 | 101011 |
Color Harmonies of #B7264A
Complementary color
Monochromatic Colors of #B7264A
Black with #B7264A
Text Example
Text Example
White with #B7264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7264A; }
p { color: rgb(183,38,74); }
H1.HeaderClassName
{
color: #B7264A;
}
.AnyTagClassName
{
color: #B7264A;
}
</style>
background-color css
<style>
a { background-color: #B7264A; }
a { background-color: rgb(183,38,74); }
div.DivClassName
{
background-color: #B7264A;
}
.BgClassName
{
background-color: #B7264A;
}
</style>
border-color css
<style>
span { border-color: #B7264A; }
span { border-color: rgb(183,38,74); }
td.TdClassName
{
border-color: #B7264A;
}
.TagClassName
{
border-color: #B7264A;
}
</style>