Shades of Old Rose #B83944
Tints of Old Rose #B83944
RGB
CMYK
RGB Variations
Color information
#B83944 (or 0xB83944) is known color: Old Rose. HEX triplet: B8, 39 and 44. RGB value is (184,57,68). Sum of RGB (Red+Green+Blue) = 184+57+68=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B83944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83944 is #47C6BB. Grayscale: #606060. Windows color (decimal): -4703932 or 4471224. OLE color: 4471224.
HSL color Cylindrical-coordinate representation of color #B83944: hue angle of 354.8º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83944 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 68 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.28 |
| HSL | 354.8º | 0.53% | 0.47% | - |
| HSV(B) | 354.8º | 0.69% | 0.72% | - |
| XYZ | 22.27 | 13.53 | 6.91 | - |
| YUV | 96.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 68 | 0 | 0.69 | 0.63 | 0.28 | 354.8 | 0.53 | 0.47 |
| Hex | B8 | 39 | 44 | 0 | 45 | 3F | 1C | 163 | 35 | 2F |
| Octal | 270 | 71 | 104 | 0 | 105 | 77 | 34 | 543 | 65 | 57 |
| Binary | 10111000 | 111001 | 1000100 | 0 | 1000101 | 111111 | 11100 | 101100011 | 110101 | 101111 |
Color Harmonies of #B83944
Complementary color
Monochromatic Colors of #B83944
Black with #B83944
Text Example
Text Example
White with #B83944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83944; }
p { color: rgb(184,57,68); }
H1.HeaderClassName
{
color: #B83944;
}
.AnyTagClassName
{
color: #B83944;
}
</style>
background-color css
<style>
a { background-color: #B83944; }
a { background-color: rgb(184,57,68); }
div.DivClassName
{
background-color: #B83944;
}
.BgClassName
{
background-color: #B83944;
}
</style>
border-color css
<style>
span { border-color: #B83944; }
span { border-color: rgb(184,57,68); }
td.TdClassName
{
border-color: #B83944;
}
.TagClassName
{
border-color: #B83944;
}
</style>