Shades of Old Rose #B7334B
Tints of Old Rose #B7334B
RGB
CMYK
RGB Variations
Color information
#B7334B (or 0xB7334B) is known color: Old Rose. HEX triplet: B7, 33 and 4B. RGB value is (183,51,75). Sum of RGB (Red+Green+Blue) = 183+51+75=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7334B is #48CCB4. Grayscale: #5D5D5D. Windows color (decimal): -4770997 or 4928439. OLE color: 4928439.
HSL color Cylindrical-coordinate representation of color #B7334B: hue angle of 349.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7334B is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 75 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.28 |
| HSL | 349.09º | 0.56% | 0.46% | - |
| HSV(B) | 349.09º | 0.72% | 0.72% | - |
| XYZ | 21.98 | 12.94 | 8 | - |
| YUV | 93.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 75 | 0 | 0.72 | 0.59 | 0.28 | 349.09 | 0.56 | 0.46 |
| Hex | B7 | 33 | 4B | 0 | 48 | 3B | 1C | 15D | 38 | 2E |
| Octal | 267 | 63 | 113 | 0 | 110 | 73 | 34 | 535 | 70 | 56 |
| Binary | 10110111 | 110011 | 1001011 | 0 | 1001000 | 111011 | 11100 | 101011101 | 111000 | 101110 |
Color Harmonies of #B7334B
Complementary color
Monochromatic Colors of #B7334B
Black with #B7334B
Text Example
Text Example
White with #B7334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7334B; }
p { color: rgb(183,51,75); }
H1.HeaderClassName
{
color: #B7334B;
}
.AnyTagClassName
{
color: #B7334B;
}
</style>
background-color css
<style>
a { background-color: #B7334B; }
a { background-color: rgb(183,51,75); }
div.DivClassName
{
background-color: #B7334B;
}
.BgClassName
{
background-color: #B7334B;
}
</style>
border-color css
<style>
span { border-color: #B7334B; }
span { border-color: rgb(183,51,75); }
td.TdClassName
{
border-color: #B7334B;
}
.TagClassName
{
border-color: #B7334B;
}
</style>