Shades of Old Rose #BF385A
Tints of Old Rose #BF385A
RGB
CMYK
RGB Variations
Color information
#BF385A (or 0xBF385A) is known color: Old Rose. HEX triplet: BF, 38 and 5A. RGB value is (191,56,90). Sum of RGB (Red+Green+Blue) = 191+56+90=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF385A is #40C7A5. Grayscale: #646464. Windows color (decimal): -4245414 or 5912767. OLE color: 5912767.
HSL color Cylindrical-coordinate representation of color #BF385A: hue angle of 344.89º 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 #BF385A is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 90 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.25 |
| HSL | 344.89º | 0.55% | 0.48% | - |
| HSV(B) | 344.89º | 0.71% | 0.75% | - |
| XYZ | 24.75 | 14.64 | 11.19 | - |
| YUV | 100.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 90 | 0 | 0.71 | 0.53 | 0.25 | 344.89 | 0.55 | 0.48 |
| Hex | BF | 38 | 5A | 0 | 47 | 35 | 19 | 159 | 37 | 30 |
| Octal | 277 | 70 | 132 | 0 | 107 | 65 | 31 | 531 | 67 | 60 |
| Binary | 10111111 | 111000 | 1011010 | 0 | 1000111 | 110101 | 11001 | 101011001 | 110111 | 110000 |
Color Harmonies of #BF385A
Complementary color
Monochromatic Colors of #BF385A
Black with #BF385A
Text Example
Text Example
White with #BF385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF385A; }
p { color: rgb(191,56,90); }
H1.HeaderClassName
{
color: #BF385A;
}
.AnyTagClassName
{
color: #BF385A;
}
</style>
background-color css
<style>
a { background-color: #BF385A; }
a { background-color: rgb(191,56,90); }
div.DivClassName
{
background-color: #BF385A;
}
.BgClassName
{
background-color: #BF385A;
}
</style>
border-color css
<style>
span { border-color: #BF385A; }
span { border-color: rgb(191,56,90); }
td.TdClassName
{
border-color: #BF385A;
}
.TagClassName
{
border-color: #BF385A;
}
</style>