Shades of Old Rose #B62955
Tints of Old Rose #B62955
RGB
CMYK
RGB Variations
Color information
#B62955 (or 0xB62955) is known color: Old Rose. HEX triplet: B6, 29 and 55. RGB value is (182,41,85). Sum of RGB (Red+Green+Blue) = 182+41+85=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B62955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62955 is #49D6AA. Grayscale: #585858. Windows color (decimal): -4839083 or 5581238. OLE color: 5581238.
HSL color Cylindrical-coordinate representation of color #B62955: hue angle of 341.28º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62955 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 85 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.29 |
| HSL | 341.28º | 0.63% | 0.44% | - |
| HSV(B) | 341.28º | 0.77% | 0.71% | - |
| XYZ | 21.72 | 12.19 | 9.8 | - |
| YUV | 88.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 85 | 0 | 0.77 | 0.53 | 0.29 | 341.28 | 0.63 | 0.44 |
| Hex | B6 | 29 | 55 | 0 | 4D | 35 | 1D | 155 | 3F | 2C |
| Octal | 266 | 51 | 125 | 0 | 115 | 65 | 35 | 525 | 77 | 54 |
| Binary | 10110110 | 101001 | 1010101 | 0 | 1001101 | 110101 | 11101 | 101010101 | 111111 | 101100 |
Color Harmonies of #B62955
Complementary color
Monochromatic Colors of #B62955
Black with #B62955
Text Example
Text Example
White with #B62955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62955; }
p { color: rgb(182,41,85); }
H1.HeaderClassName
{
color: #B62955;
}
.AnyTagClassName
{
color: #B62955;
}
</style>
background-color css
<style>
a { background-color: #B62955; }
a { background-color: rgb(182,41,85); }
div.DivClassName
{
background-color: #B62955;
}
.BgClassName
{
background-color: #B62955;
}
</style>
border-color css
<style>
span { border-color: #B62955; }
span { border-color: rgb(182,41,85); }
td.TdClassName
{
border-color: #B62955;
}
.TagClassName
{
border-color: #B62955;
}
</style>