Shades of Old Rose #B92358
Tints of Old Rose #B92358
RGB
CMYK
RGB Variations
Color information
#B92358 (or 0xB92358) is known color: Old Rose. HEX triplet: B9, 23 and 58. RGB value is (185,35,88). Sum of RGB (Red+Green+Blue) = 185+35+88=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B92358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92358 is #46DCA7. Grayscale: #555555. Windows color (decimal): -4644008 or 5776313. OLE color: 5776313.
HSL color Cylindrical-coordinate representation of color #B92358: hue angle of 338.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92358 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 88 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.27 |
| HSL | 338.8º | 0.68% | 0.43% | - |
| HSV(B) | 338.8º | 0.81% | 0.73% | - |
| XYZ | 22.37 | 12.22 | 10.41 | - |
| YUV | 85.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 88 | 0 | 0.81 | 0.52 | 0.27 | 338.8 | 0.68 | 0.43 |
| Hex | B9 | 23 | 58 | 0 | 51 | 34 | 1B | 153 | 44 | 2B |
| Octal | 271 | 43 | 130 | 0 | 121 | 64 | 33 | 523 | 104 | 53 |
| Binary | 10111001 | 100011 | 1011000 | 0 | 1010001 | 110100 | 11011 | 101010011 | 1000100 | 101011 |
Color Harmonies of #B92358
Complementary color
Monochromatic Colors of #B92358
Black with #B92358
Text Example
Text Example
White with #B92358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92358; }
p { color: rgb(185,35,88); }
H1.HeaderClassName
{
color: #B92358;
}
.AnyTagClassName
{
color: #B92358;
}
</style>
background-color css
<style>
a { background-color: #B92358; }
a { background-color: rgb(185,35,88); }
div.DivClassName
{
background-color: #B92358;
}
.BgClassName
{
background-color: #B92358;
}
</style>
border-color css
<style>
span { border-color: #B92358; }
span { border-color: rgb(185,35,88); }
td.TdClassName
{
border-color: #B92358;
}
.TagClassName
{
border-color: #B92358;
}
</style>