Shades of Old Rose #B4255D
Tints of Old Rose #B4255D
RGB
CMYK
RGB Variations
Color information
#B4255D (or 0xB4255D) is known color: Old Rose. HEX triplet: B4, 25 and 5D. RGB value is (180,37,93). Sum of RGB (Red+Green+Blue) = 180+37+93=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4255D is #4BDAA2. Grayscale: #565656. Windows color (decimal): -4971171 or 6104500. OLE color: 6104500.
HSL color Cylindrical-coordinate representation of color #B4255D: hue angle of 336.5º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4255D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 93 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.29 |
| HSL | 336.5º | 0.66% | 0.43% | - |
| HSV(B) | 336.5º | 0.79% | 0.71% | - |
| XYZ | 21.46 | 11.82 | 11.51 | - |
| YUV | 86.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 93 | 0 | 0.79 | 0.48 | 0.29 | 336.5 | 0.66 | 0.43 |
| Hex | B4 | 25 | 5D | 0 | 4F | 30 | 1D | 151 | 42 | 2B |
| Octal | 264 | 45 | 135 | 0 | 117 | 60 | 35 | 521 | 102 | 53 |
| Binary | 10110100 | 100101 | 1011101 | 0 | 1001111 | 110000 | 11101 | 101010001 | 1000010 | 101011 |
Color Harmonies of #B4255D
Complementary color
Monochromatic Colors of #B4255D
Black with #B4255D
Text Example
Text Example
White with #B4255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4255D; }
p { color: rgb(180,37,93); }
H1.HeaderClassName
{
color: #B4255D;
}
.AnyTagClassName
{
color: #B4255D;
}
</style>
background-color css
<style>
a { background-color: #B4255D; }
a { background-color: rgb(180,37,93); }
div.DivClassName
{
background-color: #B4255D;
}
.BgClassName
{
background-color: #B4255D;
}
</style>
border-color css
<style>
span { border-color: #B4255D; }
span { border-color: rgb(180,37,93); }
td.TdClassName
{
border-color: #B4255D;
}
.TagClassName
{
border-color: #B4255D;
}
</style>