Shades of Old Rose #B83F45
Tints of Old Rose #B83F45
RGB
CMYK
RGB Variations
Color information
#B83F45 (or 0xB83F45) is known color: Old Rose. HEX triplet: B8, 3F and 45. RGB value is (184,63,69). Sum of RGB (Red+Green+Blue) = 184+63+69=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F45 is #47C0BA. Grayscale: #636363. Windows color (decimal): -4702395 or 4538296. OLE color: 4538296.
HSL color Cylindrical-coordinate representation of color #B83F45: hue angle of 357.02º 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 #B83F45 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 69 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.28 |
| HSL | 357.02º | 0.49% | 0.48% | - |
| HSV(B) | 357.02º | 0.66% | 0.72% | - |
| XYZ | 22.62 | 14.18 | 7.17 | - |
| YUV | 99.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 69 | 0 | 0.66 | 0.62 | 0.28 | 357.02 | 0.49 | 0.48 |
| Hex | B8 | 3F | 45 | 0 | 42 | 3E | 1C | 165 | 31 | 30 |
| Octal | 270 | 77 | 105 | 0 | 102 | 76 | 34 | 545 | 61 | 60 |
| Binary | 10111000 | 111111 | 1000101 | 0 | 1000010 | 111110 | 11100 | 101100101 | 110001 | 110000 |
Color Harmonies of #B83F45
Complementary color
Monochromatic Colors of #B83F45
Black with #B83F45
Text Example
Text Example
White with #B83F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F45; }
p { color: rgb(184,63,69); }
H1.HeaderClassName
{
color: #B83F45;
}
.AnyTagClassName
{
color: #B83F45;
}
</style>
background-color css
<style>
a { background-color: #B83F45; }
a { background-color: rgb(184,63,69); }
div.DivClassName
{
background-color: #B83F45;
}
.BgClassName
{
background-color: #B83F45;
}
</style>
border-color css
<style>
span { border-color: #B83F45; }
span { border-color: rgb(184,63,69); }
td.TdClassName
{
border-color: #B83F45;
}
.TagClassName
{
border-color: #B83F45;
}
</style>