Shades of Old Rose #B83F47
Tints of Old Rose #B83F47
RGB
CMYK
RGB Variations
Color information
#B83F47 (or 0xB83F47) is known color: Old Rose. HEX triplet: B8, 3F and 47. RGB value is (184,63,71). Sum of RGB (Red+Green+Blue) = 184+63+71=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F47 is #47C0B8. Grayscale: #646464. Windows color (decimal): -4702393 or 4669368. OLE color: 4669368.
HSL color Cylindrical-coordinate representation of color #B83F47: hue angle of 356.03º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F47 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 71 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.28 |
| HSL | 356.03º | 0.49% | 0.48% | - |
| HSV(B) | 356.03º | 0.66% | 0.72% | - |
| XYZ | 22.68 | 14.2 | 7.51 | - |
| YUV | 100.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 71 | 0 | 0.66 | 0.61 | 0.28 | 356.03 | 0.49 | 0.48 |
| Hex | B8 | 3F | 47 | 0 | 42 | 3D | 1C | 164 | 31 | 30 |
| Octal | 270 | 77 | 107 | 0 | 102 | 75 | 34 | 544 | 61 | 60 |
| Binary | 10111000 | 111111 | 1000111 | 0 | 1000010 | 111101 | 11100 | 101100100 | 110001 | 110000 |
Color Harmonies of #B83F47
Complementary color
Monochromatic Colors of #B83F47
Black with #B83F47
Text Example
Text Example
White with #B83F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F47; }
p { color: rgb(184,63,71); }
H1.HeaderClassName
{
color: #B83F47;
}
.AnyTagClassName
{
color: #B83F47;
}
</style>
background-color css
<style>
a { background-color: #B83F47; }
a { background-color: rgb(184,63,71); }
div.DivClassName
{
background-color: #B83F47;
}
.BgClassName
{
background-color: #B83F47;
}
</style>
border-color css
<style>
span { border-color: #B83F47; }
span { border-color: rgb(184,63,71); }
td.TdClassName
{
border-color: #B83F47;
}
.TagClassName
{
border-color: #B83F47;
}
</style>