Shades of Old Rose #BF385C
Tints of Old Rose #BF385C
RGB
CMYK
RGB Variations
Color information
#BF385C (or 0xBF385C) is known color: Old Rose. HEX triplet: BF, 38 and 5C. RGB value is (191,56,92). Sum of RGB (Red+Green+Blue) = 191+56+92=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF385C is #40C7A3. Grayscale: #646464. Windows color (decimal): -4245412 or 6043839. OLE color: 6043839.
HSL color Cylindrical-coordinate representation of color #BF385C: hue angle of 344º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF385C is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 92 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.25 |
| HSL | 344º | 0.55% | 0.48% | - |
| HSV(B) | 344º | 0.71% | 0.75% | - |
| XYZ | 24.83 | 14.68 | 11.65 | - |
| YUV | 100.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 92 | 0 | 0.71 | 0.52 | 0.25 | 344 | 0.55 | 0.48 |
| Hex | BF | 38 | 5C | 0 | 47 | 34 | 19 | 158 | 37 | 30 |
| Octal | 277 | 70 | 134 | 0 | 107 | 64 | 31 | 530 | 67 | 60 |
| Binary | 10111111 | 111000 | 1011100 | 0 | 1000111 | 110100 | 11001 | 101011000 | 110111 | 110000 |
Color Harmonies of #BF385C
Complementary color
Monochromatic Colors of #BF385C
Black with #BF385C
Text Example
Text Example
White with #BF385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF385C; }
p { color: rgb(191,56,92); }
H1.HeaderClassName
{
color: #BF385C;
}
.AnyTagClassName
{
color: #BF385C;
}
</style>
background-color css
<style>
a { background-color: #BF385C; }
a { background-color: rgb(191,56,92); }
div.DivClassName
{
background-color: #BF385C;
}
.BgClassName
{
background-color: #BF385C;
}
</style>
border-color css
<style>
span { border-color: #BF385C; }
span { border-color: rgb(191,56,92); }
td.TdClassName
{
border-color: #BF385C;
}
.TagClassName
{
border-color: #BF385C;
}
</style>