Shades of Old Rose #B74248
Tints of Old Rose #B74248
RGB
CMYK
RGB Variations
Color information
#B74248 (or 0xB74248) is known color: Old Rose. HEX triplet: B7, 42 and 48. RGB value is (183,66,72). Sum of RGB (Red+Green+Blue) = 183+66+72=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74248 is #48BDB7. Grayscale: #656565. Windows color (decimal): -4767160 or 4735671. OLE color: 4735671.
HSL color Cylindrical-coordinate representation of color #B74248: hue angle of 356.92º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74248 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 72 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.28 |
| HSL | 356.92º | 0.47% | 0.49% | - |
| HSV(B) | 356.92º | 0.64% | 0.72% | - |
| XYZ | 22.65 | 14.43 | 7.72 | - |
| YUV | 101.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 72 | 0 | 0.64 | 0.61 | 0.28 | 356.92 | 0.47 | 0.49 |
| Hex | B7 | 42 | 48 | 0 | 40 | 3D | 1C | 165 | 2F | 31 |
| Octal | 267 | 102 | 110 | 0 | 100 | 75 | 34 | 545 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1001000 | 0 | 1000000 | 111101 | 11100 | 101100101 | 101111 | 110001 |
Color Harmonies of #B74248
Complementary color
Monochromatic Colors of #B74248
Black with #B74248
Text Example
Text Example
White with #B74248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74248; }
p { color: rgb(183,66,72); }
H1.HeaderClassName
{
color: #B74248;
}
.AnyTagClassName
{
color: #B74248;
}
</style>
background-color css
<style>
a { background-color: #B74248; }
a { background-color: rgb(183,66,72); }
div.DivClassName
{
background-color: #B74248;
}
.BgClassName
{
background-color: #B74248;
}
</style>
border-color css
<style>
span { border-color: #B74248; }
span { border-color: rgb(183,66,72); }
td.TdClassName
{
border-color: #B74248;
}
.TagClassName
{
border-color: #B74248;
}
</style>