Shades of Old Rose #B6384D
Tints of Old Rose #B6384D
RGB
CMYK
RGB Variations
Color information
#B6384D (or 0xB6384D) is known color: Old Rose. HEX triplet: B6, 38 and 4D. RGB value is (182,56,77). Sum of RGB (Red+Green+Blue) = 182+56+77=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6384D is #49C7B2. Grayscale: #606060. Windows color (decimal): -4835251 or 5060790. OLE color: 5060790.
HSL color Cylindrical-coordinate representation of color #B6384D: hue angle of 350º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6384D is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 77 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.29 |
| HSL | 350º | 0.53% | 0.47% | - |
| HSV(B) | 350º | 0.69% | 0.71% | - |
| XYZ | 22.05 | 13.31 | 8.43 | - |
| YUV | 96.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 77 | 0 | 0.69 | 0.58 | 0.29 | 350 | 0.53 | 0.47 |
| Hex | B6 | 38 | 4D | 0 | 45 | 3A | 1D | 15E | 35 | 2F |
| Octal | 266 | 70 | 115 | 0 | 105 | 72 | 35 | 536 | 65 | 57 |
| Binary | 10110110 | 111000 | 1001101 | 0 | 1000101 | 111010 | 11101 | 101011110 | 110101 | 101111 |
Color Harmonies of #B6384D
Complementary color
Monochromatic Colors of #B6384D
Black with #B6384D
Text Example
Text Example
White with #B6384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6384D; }
p { color: rgb(182,56,77); }
H1.HeaderClassName
{
color: #B6384D;
}
.AnyTagClassName
{
color: #B6384D;
}
</style>
background-color css
<style>
a { background-color: #B6384D; }
a { background-color: rgb(182,56,77); }
div.DivClassName
{
background-color: #B6384D;
}
.BgClassName
{
background-color: #B6384D;
}
</style>
border-color css
<style>
span { border-color: #B6384D; }
span { border-color: rgb(182,56,77); }
td.TdClassName
{
border-color: #B6384D;
}
.TagClassName
{
border-color: #B6384D;
}
</style>