Shades of Old Rose #B23454
Tints of Old Rose #B23454
RGB
CMYK
RGB Variations
Color information
#B23454 (or 0xB23454) is known color: Old Rose. HEX triplet: B2, 34 and 54. RGB value is (178,52,84). Sum of RGB (Red+Green+Blue) = 178+52+84=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23454 is #4DCBAB. Grayscale: #5D5D5D. Windows color (decimal): -5098412 or 5518514. OLE color: 5518514.
HSL color Cylindrical-coordinate representation of color #B23454: hue angle of 344.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23454 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 84 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.30 |
| HSL | 344.76º | 0.55% | 0.45% | - |
| HSV(B) | 344.76º | 0.71% | 0.7% | - |
| XYZ | 21.19 | 12.56 | 9.7 | - |
| YUV | 93.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 84 | 0 | 0.71 | 0.53 | 0.30 | 344.76 | 0.55 | 0.45 |
| Hex | B2 | 34 | 54 | 0 | 47 | 35 | 1E | 159 | 37 | 2D |
| Octal | 262 | 64 | 124 | 0 | 107 | 65 | 36 | 531 | 67 | 55 |
| Binary | 10110010 | 110100 | 1010100 | 0 | 1000111 | 110101 | 11110 | 101011001 | 110111 | 101101 |
Color Harmonies of #B23454
Complementary color
Monochromatic Colors of #B23454
Black with #B23454
Text Example
Text Example
White with #B23454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23454; }
p { color: rgb(178,52,84); }
H1.HeaderClassName
{
color: #B23454;
}
.AnyTagClassName
{
color: #B23454;
}
</style>
background-color css
<style>
a { background-color: #B23454; }
a { background-color: rgb(178,52,84); }
div.DivClassName
{
background-color: #B23454;
}
.BgClassName
{
background-color: #B23454;
}
</style>
border-color css
<style>
span { border-color: #B23454; }
span { border-color: rgb(178,52,84); }
td.TdClassName
{
border-color: #B23454;
}
.TagClassName
{
border-color: #B23454;
}
</style>