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