Shades of Brandy Rose #BF8175
Tints of Brandy Rose #BF8175
RGB
CMYK
RGB Variations
Color information
#BF8175 (or 0xBF8175) is known color: Brandy Rose. HEX triplet: BF, 81 and 75. RGB value is (191,129,117). Sum of RGB (Red+Green+Blue) = 191+129+117=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8175 is #407E8A. Grayscale: #929292. Windows color (decimal): -4226699 or 7700927. OLE color: 7700927.
HSL color Cylindrical-coordinate representation of color #BF8175: hue angle of 9.73º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8175 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 117 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.25 |
| HSL | 9.73º | 0.37% | 0.6% | - |
| HSV(B) | 9.73º | 0.39% | 0.75% | - |
| XYZ | 32.55 | 28.06 | 20.53 | - |
| YUV | 146.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 117 | 0 | 0.32 | 0.39 | 0.25 | 9.73 | 0.37 | 0.6 |
| Hex | BF | 81 | 75 | 0 | 20 | 27 | 19 | A | 25 | 3C |
| Octal | 277 | 201 | 165 | 0 | 40 | 47 | 31 | 12 | 45 | 74 |
| Binary | 10111111 | 10000001 | 1110101 | 0 | 100000 | 100111 | 11001 | 1010 | 100101 | 111100 |
Color Harmonies of #BF8175
Complementary color
Monochromatic Colors of #BF8175
Black with #BF8175
Text Example
Text Example
White with #BF8175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8175; }
p { color: rgb(191,129,117); }
H1.HeaderClassName
{
color: #BF8175;
}
.AnyTagClassName
{
color: #BF8175;
}
</style>
background-color css
<style>
a { background-color: #BF8175; }
a { background-color: rgb(191,129,117); }
div.DivClassName
{
background-color: #BF8175;
}
.BgClassName
{
background-color: #BF8175;
}
</style>
border-color css
<style>
span { border-color: #BF8175; }
span { border-color: rgb(191,129,117); }
td.TdClassName
{
border-color: #BF8175;
}
.TagClassName
{
border-color: #BF8175;
}
</style>