Shades of Old Rose #B7404B
Tints of Old Rose #B7404B
RGB
CMYK
RGB Variations
Color information
#B7404B (or 0xB7404B) is known color: Old Rose. HEX triplet: B7, 40 and 4B. RGB value is (183,64,75). Sum of RGB (Red+Green+Blue) = 183+64+75=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7404B is #48BFB4. Grayscale: #646464. Windows color (decimal): -4767669 or 4931767. OLE color: 4931767.
HSL color Cylindrical-coordinate representation of color #B7404B: hue angle of 354.45º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7404B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 75 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.28 |
| HSL | 354.45º | 0.48% | 0.48% | - |
| HSV(B) | 354.45º | 0.65% | 0.72% | - |
| XYZ | 22.63 | 14.24 | 8.21 | - |
| YUV | 100.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 75 | 0 | 0.65 | 0.59 | 0.28 | 354.45 | 0.48 | 0.48 |
| Hex | B7 | 40 | 4B | 0 | 41 | 3B | 1C | 162 | 30 | 30 |
| Octal | 267 | 100 | 113 | 0 | 101 | 73 | 34 | 542 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1001011 | 0 | 1000001 | 111011 | 11100 | 101100010 | 110000 | 110000 |
Color Harmonies of #B7404B
Complementary color
Monochromatic Colors of #B7404B
Black with #B7404B
Text Example
Text Example
White with #B7404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7404B; }
p { color: rgb(183,64,75); }
H1.HeaderClassName
{
color: #B7404B;
}
.AnyTagClassName
{
color: #B7404B;
}
</style>
background-color css
<style>
a { background-color: #B7404B; }
a { background-color: rgb(183,64,75); }
div.DivClassName
{
background-color: #B7404B;
}
.BgClassName
{
background-color: #B7404B;
}
</style>
border-color css
<style>
span { border-color: #B7404B; }
span { border-color: rgb(183,64,75); }
td.TdClassName
{
border-color: #B7404B;
}
.TagClassName
{
border-color: #B7404B;
}
</style>