Shades of Old Rose #B83358
Tints of Old Rose #B83358
RGB
CMYK
RGB Variations
Color information
#B83358 (or 0xB83358) is known color: Old Rose. HEX triplet: B8, 33 and 58. RGB value is (184,51,88). Sum of RGB (Red+Green+Blue) = 184+51+88=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B83358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83358 is #47CCA7. Grayscale: #5E5E5E. Windows color (decimal): -4705448 or 5780408. OLE color: 5780408.
HSL color Cylindrical-coordinate representation of color #B83358: hue angle of 343.31º 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 #B83358 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 88 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.28 |
| HSL | 343.31º | 0.57% | 0.46% | - |
| HSV(B) | 343.31º | 0.72% | 0.72% | - |
| XYZ | 22.71 | 13.26 | 10.6 | - |
| YUV | 94.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 88 | 0 | 0.72 | 0.52 | 0.28 | 343.31 | 0.57 | 0.46 |
| Hex | B8 | 33 | 58 | 0 | 48 | 34 | 1C | 157 | 39 | 2E |
| Octal | 270 | 63 | 130 | 0 | 110 | 64 | 34 | 527 | 71 | 56 |
| Binary | 10111000 | 110011 | 1011000 | 0 | 1001000 | 110100 | 11100 | 101010111 | 111001 | 101110 |
Color Harmonies of #B83358
Complementary color
Monochromatic Colors of #B83358
Black with #B83358
Text Example
Text Example
White with #B83358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83358; }
p { color: rgb(184,51,88); }
H1.HeaderClassName
{
color: #B83358;
}
.AnyTagClassName
{
color: #B83358;
}
</style>
background-color css
<style>
a { background-color: #B83358; }
a { background-color: rgb(184,51,88); }
div.DivClassName
{
background-color: #B83358;
}
.BgClassName
{
background-color: #B83358;
}
</style>
border-color css
<style>
span { border-color: #B83358; }
span { border-color: rgb(184,51,88); }
td.TdClassName
{
border-color: #B83358;
}
.TagClassName
{
border-color: #B83358;
}
</style>