Shades of Old Rose #B83446
Tints of Old Rose #B83446
RGB
CMYK
RGB Variations
Color information
#B83446 (or 0xB83446) is known color: Old Rose. HEX triplet: B8, 34 and 46. RGB value is (184,52,70). Sum of RGB (Red+Green+Blue) = 184+52+70=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83446 is #47CBB9. Grayscale: #5D5D5D. Windows color (decimal): -4705210 or 4601016. OLE color: 4601016.
HSL color Cylindrical-coordinate representation of color #B83446: hue angle of 351.82º 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 #B83446 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 70 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.28 |
| HSL | 351.82º | 0.56% | 0.46% | - |
| HSV(B) | 351.82º | 0.72% | 0.72% | - |
| XYZ | 22.1 | 13.09 | 7.16 | - |
| YUV | 93.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 70 | 0 | 0.72 | 0.62 | 0.28 | 351.82 | 0.56 | 0.46 |
| Hex | B8 | 34 | 46 | 0 | 48 | 3E | 1C | 160 | 38 | 2E |
| Octal | 270 | 64 | 106 | 0 | 110 | 76 | 34 | 540 | 70 | 56 |
| Binary | 10111000 | 110100 | 1000110 | 0 | 1001000 | 111110 | 11100 | 101100000 | 111000 | 101110 |
Color Harmonies of #B83446
Complementary color
Monochromatic Colors of #B83446
Black with #B83446
Text Example
Text Example
White with #B83446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83446; }
p { color: rgb(184,52,70); }
H1.HeaderClassName
{
color: #B83446;
}
.AnyTagClassName
{
color: #B83446;
}
</style>
background-color css
<style>
a { background-color: #B83446; }
a { background-color: rgb(184,52,70); }
div.DivClassName
{
background-color: #B83446;
}
.BgClassName
{
background-color: #B83446;
}
</style>
border-color css
<style>
span { border-color: #B83446; }
span { border-color: rgb(184,52,70); }
td.TdClassName
{
border-color: #B83446;
}
.TagClassName
{
border-color: #B83446;
}
</style>