Shades of Old Rose #B8264F
Tints of Old Rose #B8264F
RGB
CMYK
RGB Variations
Color information
#B8264F (or 0xB8264F) is known color: Old Rose. HEX triplet: B8, 26 and 4F. RGB value is (184,38,79). Sum of RGB (Red+Green+Blue) = 184+38+79=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8264F is #47D9B0. Grayscale: #565656. Windows color (decimal): -4708785 or 5187256. OLE color: 5187256.
HSL color Cylindrical-coordinate representation of color #B8264F: hue angle of 343.15º 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 #B8264F is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 79 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.28 |
| HSL | 343.15º | 0.66% | 0.44% | - |
| HSV(B) | 343.15º | 0.79% | 0.72% | - |
| XYZ | 21.87 | 12.14 | 8.59 | - |
| YUV | 86.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 79 | 0 | 0.79 | 0.57 | 0.28 | 343.15 | 0.66 | 0.44 |
| Hex | B8 | 26 | 4F | 0 | 4F | 39 | 1C | 157 | 42 | 2C |
| Octal | 270 | 46 | 117 | 0 | 117 | 71 | 34 | 527 | 102 | 54 |
| Binary | 10111000 | 100110 | 1001111 | 0 | 1001111 | 111001 | 11100 | 101010111 | 1000010 | 101100 |
Color Harmonies of #B8264F
Complementary color
Monochromatic Colors of #B8264F
Black with #B8264F
Text Example
Text Example
White with #B8264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8264F; }
p { color: rgb(184,38,79); }
H1.HeaderClassName
{
color: #B8264F;
}
.AnyTagClassName
{
color: #B8264F;
}
</style>
background-color css
<style>
a { background-color: #B8264F; }
a { background-color: rgb(184,38,79); }
div.DivClassName
{
background-color: #B8264F;
}
.BgClassName
{
background-color: #B8264F;
}
</style>
border-color css
<style>
span { border-color: #B8264F; }
span { border-color: rgb(184,38,79); }
td.TdClassName
{
border-color: #B8264F;
}
.TagClassName
{
border-color: #B8264F;
}
</style>