Shades of Old Rose #B43256
Tints of Old Rose #B43256
RGB
CMYK
RGB Variations
Color information
#B43256 (or 0xB43256) is known color: Old Rose. HEX triplet: B4, 32 and 56. RGB value is (180,50,86). Sum of RGB (Red+Green+Blue) = 180+50+86=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B43256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43256 is #4BCDA9. Grayscale: #5C5C5C. Windows color (decimal): -4967850 or 5649076. OLE color: 5649076.
HSL color Cylindrical-coordinate representation of color #B43256: hue angle of 343.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43256 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 86 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.29 |
| HSL | 343.38º | 0.57% | 0.45% | - |
| HSV(B) | 343.38º | 0.72% | 0.71% | - |
| XYZ | 21.64 | 12.66 | 10.11 | - |
| YUV | 92.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 86 | 0 | 0.72 | 0.52 | 0.29 | 343.38 | 0.57 | 0.45 |
| Hex | B4 | 32 | 56 | 0 | 48 | 34 | 1D | 157 | 39 | 2D |
| Octal | 264 | 62 | 126 | 0 | 110 | 64 | 35 | 527 | 71 | 55 |
| Binary | 10110100 | 110010 | 1010110 | 0 | 1001000 | 110100 | 11101 | 101010111 | 111001 | 101101 |
Color Harmonies of #B43256
Complementary color
Monochromatic Colors of #B43256
Black with #B43256
Text Example
Text Example
White with #B43256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43256; }
p { color: rgb(180,50,86); }
H1.HeaderClassName
{
color: #B43256;
}
.AnyTagClassName
{
color: #B43256;
}
</style>
background-color css
<style>
a { background-color: #B43256; }
a { background-color: rgb(180,50,86); }
div.DivClassName
{
background-color: #B43256;
}
.BgClassName
{
background-color: #B43256;
}
</style>
border-color css
<style>
span { border-color: #B43256; }
span { border-color: rgb(180,50,86); }
td.TdClassName
{
border-color: #B43256;
}
.TagClassName
{
border-color: #B43256;
}
</style>