Shades of Brandy Rose #BF8970
Tints of Brandy Rose #BF8970
RGB
CMYK
RGB Variations
Color information
#BF8970 (or 0xBF8970) is known color: Brandy Rose. HEX triplet: BF, 89 and 70. RGB value is (191,137,112). Sum of RGB (Red+Green+Blue) = 191+137+112=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8970 is #40768F. Grayscale: #969696. Windows color (decimal): -4224656 or 7375295. OLE color: 7375295.
HSL color Cylindrical-coordinate representation of color #BF8970: hue angle of 18.99º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8970 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 112 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.25 |
| HSL | 18.99º | 0.38% | 0.59% | - |
| HSV(B) | 18.99º | 0.41% | 0.75% | - |
| XYZ | 33.36 | 30.14 | 19.39 | - |
| YUV | 150.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 112 | 0 | 0.28 | 0.41 | 0.25 | 18.99 | 0.38 | 0.59 |
| Hex | BF | 89 | 70 | 0 | 1C | 29 | 19 | 13 | 26 | 3B |
| Octal | 277 | 211 | 160 | 0 | 34 | 51 | 31 | 23 | 46 | 73 |
| Binary | 10111111 | 10001001 | 1110000 | 0 | 11100 | 101001 | 11001 | 10011 | 100110 | 111011 |
Color Harmonies of #BF8970
Complementary color
Monochromatic Colors of #BF8970
Black with #BF8970
Text Example
Text Example
White with #BF8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8970; }
p { color: rgb(191,137,112); }
H1.HeaderClassName
{
color: #BF8970;
}
.AnyTagClassName
{
color: #BF8970;
}
</style>
background-color css
<style>
a { background-color: #BF8970; }
a { background-color: rgb(191,137,112); }
div.DivClassName
{
background-color: #BF8970;
}
.BgClassName
{
background-color: #BF8970;
}
</style>
border-color css
<style>
span { border-color: #BF8970; }
span { border-color: rgb(191,137,112); }
td.TdClassName
{
border-color: #BF8970;
}
.TagClassName
{
border-color: #BF8970;
}
</style>