Shades of Old Rose #BF345B
Tints of Old Rose #BF345B
RGB
CMYK
RGB Variations
Color information
#BF345B (or 0xBF345B) is known color: Old Rose. HEX triplet: BF, 34 and 5B. RGB value is (191,52,91). Sum of RGB (Red+Green+Blue) = 191+52+91=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF345B is #40CBA4. Grayscale: #616161. Windows color (decimal): -4246437 or 5977279. OLE color: 5977279.
HSL color Cylindrical-coordinate representation of color #BF345B: hue angle of 343.17º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF345B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 91 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.25 |
| HSL | 343.17º | 0.57% | 0.48% | - |
| HSV(B) | 343.17º | 0.73% | 0.75% | - |
| XYZ | 24.6 | 14.29 | 11.36 | - |
| YUV | 98.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 91 | 0 | 0.73 | 0.52 | 0.25 | 343.17 | 0.57 | 0.48 |
| Hex | BF | 34 | 5B | 0 | 49 | 34 | 19 | 157 | 39 | 30 |
| Octal | 277 | 64 | 133 | 0 | 111 | 64 | 31 | 527 | 71 | 60 |
| Binary | 10111111 | 110100 | 1011011 | 0 | 1001001 | 110100 | 11001 | 101010111 | 111001 | 110000 |
Color Harmonies of #BF345B
Complementary color
Monochromatic Colors of #BF345B
Black with #BF345B
Text Example
Text Example
White with #BF345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF345B; }
p { color: rgb(191,52,91); }
H1.HeaderClassName
{
color: #BF345B;
}
.AnyTagClassName
{
color: #BF345B;
}
</style>
background-color css
<style>
a { background-color: #BF345B; }
a { background-color: rgb(191,52,91); }
div.DivClassName
{
background-color: #BF345B;
}
.BgClassName
{
background-color: #BF345B;
}
</style>
border-color css
<style>
span { border-color: #BF345B; }
span { border-color: rgb(191,52,91); }
td.TdClassName
{
border-color: #BF345B;
}
.TagClassName
{
border-color: #BF345B;
}
</style>