Shades of Old Rose #B83347
Tints of Old Rose #B83347
RGB
CMYK
RGB Variations
Color information
#B83347 (or 0xB83347) is known color: Old Rose. HEX triplet: B8, 33 and 47. RGB value is (184,51,71). Sum of RGB (Red+Green+Blue) = 184+51+71=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83347 is #47CCB8. Grayscale: #5D5D5D. Windows color (decimal): -4705465 or 4666296. OLE color: 4666296.
HSL color Cylindrical-coordinate representation of color #B83347: hue angle of 350.98º degrees, saturation: 0.57, 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 #B83347 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 71 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.28 |
| HSL | 350.98º | 0.57% | 0.46% | - |
| HSV(B) | 350.98º | 0.72% | 0.72% | - |
| XYZ | 22.09 | 13.01 | 7.31 | - |
| YUV | 93.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 71 | 0 | 0.72 | 0.61 | 0.28 | 350.98 | 0.57 | 0.46 |
| Hex | B8 | 33 | 47 | 0 | 48 | 3D | 1C | 15F | 39 | 2E |
| Octal | 270 | 63 | 107 | 0 | 110 | 75 | 34 | 537 | 71 | 56 |
| Binary | 10111000 | 110011 | 1000111 | 0 | 1001000 | 111101 | 11100 | 101011111 | 111001 | 101110 |
Color Harmonies of #B83347
Complementary color
Monochromatic Colors of #B83347
Black with #B83347
Text Example
Text Example
White with #B83347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83347; }
p { color: rgb(184,51,71); }
H1.HeaderClassName
{
color: #B83347;
}
.AnyTagClassName
{
color: #B83347;
}
</style>
background-color css
<style>
a { background-color: #B83347; }
a { background-color: rgb(184,51,71); }
div.DivClassName
{
background-color: #B83347;
}
.BgClassName
{
background-color: #B83347;
}
</style>
border-color css
<style>
span { border-color: #B83347; }
span { border-color: rgb(184,51,71); }
td.TdClassName
{
border-color: #B83347;
}
.TagClassName
{
border-color: #B83347;
}
</style>