Shades of Old Rose #B23B46
Tints of Old Rose #B23B46
RGB
CMYK
RGB Variations
Color information
#B23B46 (or 0xB23B46) is known color: Old Rose. HEX triplet: B2, 3B and 46. RGB value is (178,59,70). Sum of RGB (Red+Green+Blue) = 178+59+70=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B46 is #4DC4B9. Grayscale: #5F5F5F. Windows color (decimal): -5096634 or 4602802. OLE color: 4602802.
HSL color Cylindrical-coordinate representation of color #B23B46: hue angle of 354.45º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B46 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 70 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.30 |
| HSL | 354.45º | 0.5% | 0.46% | - |
| HSV(B) | 354.45º | 0.67% | 0.7% | - |
| XYZ | 21.03 | 13.04 | 7.2 | - |
| YUV | 95.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 70 | 0 | 0.67 | 0.61 | 0.30 | 354.45 | 0.5 | 0.46 |
| Hex | B2 | 3B | 46 | 0 | 43 | 3D | 1E | 162 | 32 | 2E |
| Octal | 262 | 73 | 106 | 0 | 103 | 75 | 36 | 542 | 62 | 56 |
| Binary | 10110010 | 111011 | 1000110 | 0 | 1000011 | 111101 | 11110 | 101100010 | 110010 | 101110 |
Color Harmonies of #B23B46
Complementary color
Monochromatic Colors of #B23B46
Black with #B23B46
Text Example
Text Example
White with #B23B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B46; }
p { color: rgb(178,59,70); }
H1.HeaderClassName
{
color: #B23B46;
}
.AnyTagClassName
{
color: #B23B46;
}
</style>
background-color css
<style>
a { background-color: #B23B46; }
a { background-color: rgb(178,59,70); }
div.DivClassName
{
background-color: #B23B46;
}
.BgClassName
{
background-color: #B23B46;
}
</style>
border-color css
<style>
span { border-color: #B23B46; }
span { border-color: rgb(178,59,70); }
td.TdClassName
{
border-color: #B23B46;
}
.TagClassName
{
border-color: #B23B46;
}
</style>