Shades of Brandy Rose #BF8B75
Tints of Brandy Rose #BF8B75
RGB
CMYK
RGB Variations
Color information
#BF8B75 (or 0xBF8B75) is known color: Brandy Rose. HEX triplet: BF, 8B and 75. RGB value is (191,139,117). Sum of RGB (Red+Green+Blue) = 191+139+117=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B75 is #40748A. Grayscale: #989898. Windows color (decimal): -4224139 or 7703487. OLE color: 7703487.
HSL color Cylindrical-coordinate representation of color #BF8B75: hue angle of 17.84º 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 #BF8B75 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 117 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.25 |
| HSL | 17.84º | 0.37% | 0.6% | - |
| HSV(B) | 17.84º | 0.39% | 0.75% | - |
| XYZ | 33.93 | 30.83 | 20.99 | - |
| YUV | 152.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 117 | 0 | 0.27 | 0.39 | 0.25 | 17.84 | 0.37 | 0.6 |
| Hex | BF | 8B | 75 | 0 | 1B | 27 | 19 | 12 | 25 | 3C |
| Octal | 277 | 213 | 165 | 0 | 33 | 47 | 31 | 22 | 45 | 74 |
| Binary | 10111111 | 10001011 | 1110101 | 0 | 11011 | 100111 | 11001 | 10010 | 100101 | 111100 |
Color Harmonies of #BF8B75
Complementary color
Monochromatic Colors of #BF8B75
Black with #BF8B75
Text Example
Text Example
White with #BF8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B75; }
p { color: rgb(191,139,117); }
H1.HeaderClassName
{
color: #BF8B75;
}
.AnyTagClassName
{
color: #BF8B75;
}
</style>
background-color css
<style>
a { background-color: #BF8B75; }
a { background-color: rgb(191,139,117); }
div.DivClassName
{
background-color: #BF8B75;
}
.BgClassName
{
background-color: #BF8B75;
}
</style>
border-color css
<style>
span { border-color: #BF8B75; }
span { border-color: rgb(191,139,117); }
td.TdClassName
{
border-color: #BF8B75;
}
.TagClassName
{
border-color: #BF8B75;
}
</style>