Shades of Old Rose #B63F4B
Tints of Old Rose #B63F4B
RGB
CMYK
RGB Variations
Color information
#B63F4B (or 0xB63F4B) is known color: Old Rose. HEX triplet: B6, 3F and 4B. RGB value is (182,63,75). Sum of RGB (Red+Green+Blue) = 182+63+75=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F4B is #49C0B4. Grayscale: #646464. Windows color (decimal): -4833461 or 4931510. OLE color: 4931510.
HSL color Cylindrical-coordinate representation of color #B63F4B: hue angle of 353.95º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F4B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 75 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.29 |
| HSL | 353.95º | 0.49% | 0.48% | - |
| HSV(B) | 353.95º | 0.65% | 0.71% | - |
| XYZ | 22.34 | 14.01 | 8.18 | - |
| YUV | 99.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 75 | 0 | 0.65 | 0.59 | 0.29 | 353.95 | 0.49 | 0.48 |
| Hex | B6 | 3F | 4B | 0 | 41 | 3B | 1D | 162 | 31 | 30 |
| Octal | 266 | 77 | 113 | 0 | 101 | 73 | 35 | 542 | 61 | 60 |
| Binary | 10110110 | 111111 | 1001011 | 0 | 1000001 | 111011 | 11101 | 101100010 | 110001 | 110000 |
Color Harmonies of #B63F4B
Complementary color
Monochromatic Colors of #B63F4B
Black with #B63F4B
Text Example
Text Example
White with #B63F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F4B; }
p { color: rgb(182,63,75); }
H1.HeaderClassName
{
color: #B63F4B;
}
.AnyTagClassName
{
color: #B63F4B;
}
</style>
background-color css
<style>
a { background-color: #B63F4B; }
a { background-color: rgb(182,63,75); }
div.DivClassName
{
background-color: #B63F4B;
}
.BgClassName
{
background-color: #B63F4B;
}
</style>
border-color css
<style>
span { border-color: #B63F4B; }
span { border-color: rgb(182,63,75); }
td.TdClassName
{
border-color: #B63F4B;
}
.TagClassName
{
border-color: #B63F4B;
}
</style>