Shades of Old Rose #B7414A
Tints of Old Rose #B7414A
RGB
CMYK
RGB Variations
Color information
#B7414A (or 0xB7414A) is known color: Old Rose. HEX triplet: B7, 41 and 4A. RGB value is (183,65,74). Sum of RGB (Red+Green+Blue) = 183+65+74=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7414A is #48BEB5. Grayscale: #656565. Windows color (decimal): -4767414 or 4866487. OLE color: 4866487.
HSL color Cylindrical-coordinate representation of color #B7414A: hue angle of 355.42º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7414A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 74 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.28 |
| HSL | 355.42º | 0.48% | 0.49% | - |
| HSV(B) | 355.42º | 0.64% | 0.72% | - |
| XYZ | 22.65 | 14.34 | 8.05 | - |
| YUV | 101.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 74 | 0 | 0.64 | 0.60 | 0.28 | 355.42 | 0.48 | 0.49 |
| Hex | B7 | 41 | 4A | 0 | 40 | 3C | 1C | 163 | 30 | 31 |
| Octal | 267 | 101 | 112 | 0 | 100 | 74 | 34 | 543 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1001010 | 0 | 1000000 | 111100 | 11100 | 101100011 | 110000 | 110001 |
Color Harmonies of #B7414A
Complementary color
Monochromatic Colors of #B7414A
Black with #B7414A
Text Example
Text Example
White with #B7414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7414A; }
p { color: rgb(183,65,74); }
H1.HeaderClassName
{
color: #B7414A;
}
.AnyTagClassName
{
color: #B7414A;
}
</style>
background-color css
<style>
a { background-color: #B7414A; }
a { background-color: rgb(183,65,74); }
div.DivClassName
{
background-color: #B7414A;
}
.BgClassName
{
background-color: #B7414A;
}
</style>
border-color css
<style>
span { border-color: #B7414A; }
span { border-color: rgb(183,65,74); }
td.TdClassName
{
border-color: #B7414A;
}
.TagClassName
{
border-color: #B7414A;
}
</style>