Shades of Old Rose #B82643
Tints of Old Rose #B82643
RGB
CMYK
RGB Variations
Color information
#B82643 (or 0xB82643) is known color: Old Rose. HEX triplet: B8, 26 and 43. RGB value is (184,38,67). Sum of RGB (Red+Green+Blue) = 184+38+67=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82643 is #47D9BC. Grayscale: #545454. Windows color (decimal): -4708797 or 4400824. OLE color: 4400824.
HSL color Cylindrical-coordinate representation of color #B82643: hue angle of 348.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82643 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 67 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.28 |
| HSL | 348.08º | 0.66% | 0.44% | - |
| HSV(B) | 348.08º | 0.79% | 0.72% | - |
| XYZ | 21.47 | 11.98 | 6.49 | - |
| YUV | 84.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 67 | 0 | 0.79 | 0.64 | 0.28 | 348.08 | 0.66 | 0.44 |
| Hex | B8 | 26 | 43 | 0 | 4F | 40 | 1C | 15C | 42 | 2C |
| Octal | 270 | 46 | 103 | 0 | 117 | 100 | 34 | 534 | 102 | 54 |
| Binary | 10111000 | 100110 | 1000011 | 0 | 1001111 | 1000000 | 11100 | 101011100 | 1000010 | 101100 |
Color Harmonies of #B82643
Complementary color
Monochromatic Colors of #B82643
Black with #B82643
Text Example
Text Example
White with #B82643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82643; }
p { color: rgb(184,38,67); }
H1.HeaderClassName
{
color: #B82643;
}
.AnyTagClassName
{
color: #B82643;
}
</style>
background-color css
<style>
a { background-color: #B82643; }
a { background-color: rgb(184,38,67); }
div.DivClassName
{
background-color: #B82643;
}
.BgClassName
{
background-color: #B82643;
}
</style>
border-color css
<style>
span { border-color: #B82643; }
span { border-color: rgb(184,38,67); }
td.TdClassName
{
border-color: #B82643;
}
.TagClassName
{
border-color: #B82643;
}
</style>