Shades of Old Rose #B6334D
Tints of Old Rose #B6334D
RGB
CMYK
RGB Variations
Color information
#B6334D (or 0xB6334D) is known color: Old Rose. HEX triplet: B6, 33 and 4D. RGB value is (182,51,77). Sum of RGB (Red+Green+Blue) = 182+51+77=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6334D is #49CCB2. Grayscale: #5D5D5D. Windows color (decimal): -4836531 or 5059510. OLE color: 5059510.
HSL color Cylindrical-coordinate representation of color #B6334D: hue angle of 348.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6334D is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 77 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.29 |
| HSL | 348.09º | 0.56% | 0.46% | - |
| HSV(B) | 348.09º | 0.72% | 0.71% | - |
| XYZ | 21.81 | 12.85 | 8.35 | - |
| YUV | 93.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 77 | 0 | 0.72 | 0.58 | 0.29 | 348.09 | 0.56 | 0.46 |
| Hex | B6 | 33 | 4D | 0 | 48 | 3A | 1D | 15C | 38 | 2E |
| Octal | 266 | 63 | 115 | 0 | 110 | 72 | 35 | 534 | 70 | 56 |
| Binary | 10110110 | 110011 | 1001101 | 0 | 1001000 | 111010 | 11101 | 101011100 | 111000 | 101110 |
Color Harmonies of #B6334D
Complementary color
Monochromatic Colors of #B6334D
Black with #B6334D
Text Example
Text Example
White with #B6334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6334D; }
p { color: rgb(182,51,77); }
H1.HeaderClassName
{
color: #B6334D;
}
.AnyTagClassName
{
color: #B6334D;
}
</style>
background-color css
<style>
a { background-color: #B6334D; }
a { background-color: rgb(182,51,77); }
div.DivClassName
{
background-color: #B6334D;
}
.BgClassName
{
background-color: #B6334D;
}
</style>
border-color css
<style>
span { border-color: #B6334D; }
span { border-color: rgb(182,51,77); }
td.TdClassName
{
border-color: #B6334D;
}
.TagClassName
{
border-color: #B6334D;
}
</style>