Shades of Old Rose #B92653
Tints of Old Rose #B92653
RGB
CMYK
RGB Variations
Color information
#B92653 (or 0xB92653) is known color: Old Rose. HEX triplet: B9, 26 and 53. RGB value is (185,38,83). Sum of RGB (Red+Green+Blue) = 185+38+83=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B92653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92653 is #46D9AC. Grayscale: #575757. Windows color (decimal): -4643245 or 5449401. OLE color: 5449401.
HSL color Cylindrical-coordinate representation of color #B92653: hue angle of 341.63º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92653 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 83 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.27 |
| HSL | 341.63º | 0.66% | 0.44% | - |
| HSV(B) | 341.63º | 0.79% | 0.73% | - |
| XYZ | 22.26 | 12.33 | 9.39 | - |
| YUV | 87.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 83 | 0 | 0.79 | 0.55 | 0.27 | 341.63 | 0.66 | 0.44 |
| Hex | B9 | 26 | 53 | 0 | 4F | 37 | 1B | 156 | 42 | 2C |
| Octal | 271 | 46 | 123 | 0 | 117 | 67 | 33 | 526 | 102 | 54 |
| Binary | 10111001 | 100110 | 1010011 | 0 | 1001111 | 110111 | 11011 | 101010110 | 1000010 | 101100 |
Color Harmonies of #B92653
Complementary color
Monochromatic Colors of #B92653
Black with #B92653
Text Example
Text Example
White with #B92653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92653; }
p { color: rgb(185,38,83); }
H1.HeaderClassName
{
color: #B92653;
}
.AnyTagClassName
{
color: #B92653;
}
</style>
background-color css
<style>
a { background-color: #B92653; }
a { background-color: rgb(185,38,83); }
div.DivClassName
{
background-color: #B92653;
}
.BgClassName
{
background-color: #B92653;
}
</style>
border-color css
<style>
span { border-color: #B92653; }
span { border-color: rgb(185,38,83); }
td.TdClassName
{
border-color: #B92653;
}
.TagClassName
{
border-color: #B92653;
}
</style>