Shades of Old Rose #B7265A
Tints of Old Rose #B7265A
RGB
CMYK
RGB Variations
Color information
#B7265A (or 0xB7265A) is known color: Old Rose. HEX triplet: B7, 26 and 5A. RGB value is (183,38,90). Sum of RGB (Red+Green+Blue) = 183+38+90=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7265A is #48D9A5. Grayscale: #575757. Windows color (decimal): -4774310 or 5908151. OLE color: 5908151.
HSL color Cylindrical-coordinate representation of color #B7265A: hue angle of 338.48º 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 #B7265A is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 90 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.28 |
| HSL | 338.48º | 0.66% | 0.43% | - |
| HSV(B) | 338.48º | 0.79% | 0.72% | - |
| XYZ | 22.07 | 12.19 | 10.86 | - |
| YUV | 87.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 90 | 0 | 0.79 | 0.51 | 0.28 | 338.48 | 0.66 | 0.43 |
| Hex | B7 | 26 | 5A | 0 | 4F | 33 | 1C | 152 | 42 | 2B |
| Octal | 267 | 46 | 132 | 0 | 117 | 63 | 34 | 522 | 102 | 53 |
| Binary | 10110111 | 100110 | 1011010 | 0 | 1001111 | 110011 | 11100 | 101010010 | 1000010 | 101011 |
Color Harmonies of #B7265A
Complementary color
Monochromatic Colors of #B7265A
Black with #B7265A
Text Example
Text Example
White with #B7265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7265A; }
p { color: rgb(183,38,90); }
H1.HeaderClassName
{
color: #B7265A;
}
.AnyTagClassName
{
color: #B7265A;
}
</style>
background-color css
<style>
a { background-color: #B7265A; }
a { background-color: rgb(183,38,90); }
div.DivClassName
{
background-color: #B7265A;
}
.BgClassName
{
background-color: #B7265A;
}
</style>
border-color css
<style>
span { border-color: #B7265A; }
span { border-color: rgb(183,38,90); }
td.TdClassName
{
border-color: #B7265A;
}
.TagClassName
{
border-color: #B7265A;
}
</style>