Shades of Brandy Rose #BF8B7C
Tints of Brandy Rose #BF8B7C
RGB
CMYK
RGB Variations
Color information
#BF8B7C (or 0xBF8B7C) is known color: Brandy Rose. HEX triplet: BF, 8B and 7C. RGB value is (191,139,124). Sum of RGB (Red+Green+Blue) = 191+139+124=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B7C is #407483. Grayscale: #989898. Windows color (decimal): -4224132 or 8162239. OLE color: 8162239.
HSL color Cylindrical-coordinate representation of color #BF8B7C: hue angle of 13.43º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8B7C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 124 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.25 |
| HSL | 13.43º | 0.34% | 0.62% | - |
| HSV(B) | 13.43º | 0.35% | 0.75% | - |
| XYZ | 34.36 | 31 | 23.24 | - |
| YUV | 152.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 124 | 0 | 0.27 | 0.35 | 0.25 | 13.43 | 0.34 | 0.62 |
| Hex | BF | 8B | 7C | 0 | 1B | 23 | 19 | D | 22 | 3E |
| Octal | 277 | 213 | 174 | 0 | 33 | 43 | 31 | 15 | 42 | 76 |
| Binary | 10111111 | 10001011 | 1111100 | 0 | 11011 | 100011 | 11001 | 1101 | 100010 | 111110 |
Color Harmonies of #BF8B7C
Complementary color
Monochromatic Colors of #BF8B7C
Black with #BF8B7C
Text Example
Text Example
White with #BF8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B7C; }
p { color: rgb(191,139,124); }
H1.HeaderClassName
{
color: #BF8B7C;
}
.AnyTagClassName
{
color: #BF8B7C;
}
</style>
background-color css
<style>
a { background-color: #BF8B7C; }
a { background-color: rgb(191,139,124); }
div.DivClassName
{
background-color: #BF8B7C;
}
.BgClassName
{
background-color: #BF8B7C;
}
</style>
border-color css
<style>
span { border-color: #BF8B7C; }
span { border-color: rgb(191,139,124); }
td.TdClassName
{
border-color: #BF8B7C;
}
.TagClassName
{
border-color: #BF8B7C;
}
</style>