Shades of Old Rose #BF324B
Tints of Old Rose #BF324B
RGB
CMYK
RGB Variations
Color information
#BF324B (or 0xBF324B) is known color: Old Rose. HEX triplet: BF, 32 and 4B. RGB value is (191,50,75). Sum of RGB (Red+Green+Blue) = 191+50+75=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF324B is #40CDB4. Grayscale: #5F5F5F. Windows color (decimal): -4246965 or 4928191. OLE color: 4928191.
HSL color Cylindrical-coordinate representation of color #BF324B: hue angle of 349.36º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF324B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 75 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.25 |
| HSL | 349.36º | 0.59% | 0.47% | - |
| HSV(B) | 349.36º | 0.74% | 0.75% | - |
| XYZ | 23.9 | 13.87 | 8.07 | - |
| YUV | 95.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 75 | 0 | 0.74 | 0.61 | 0.25 | 349.36 | 0.59 | 0.47 |
| Hex | BF | 32 | 4B | 0 | 4A | 3D | 19 | 15D | 3B | 2F |
| Octal | 277 | 62 | 113 | 0 | 112 | 75 | 31 | 535 | 73 | 57 |
| Binary | 10111111 | 110010 | 1001011 | 0 | 1001010 | 111101 | 11001 | 101011101 | 111011 | 101111 |
Color Harmonies of #BF324B
Complementary color
Monochromatic Colors of #BF324B
Black with #BF324B
Text Example
Text Example
White with #BF324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF324B; }
p { color: rgb(191,50,75); }
H1.HeaderClassName
{
color: #BF324B;
}
.AnyTagClassName
{
color: #BF324B;
}
</style>
background-color css
<style>
a { background-color: #BF324B; }
a { background-color: rgb(191,50,75); }
div.DivClassName
{
background-color: #BF324B;
}
.BgClassName
{
background-color: #BF324B;
}
</style>
border-color css
<style>
span { border-color: #BF324B; }
span { border-color: rgb(191,50,75); }
td.TdClassName
{
border-color: #BF324B;
}
.TagClassName
{
border-color: #BF324B;
}
</style>