Shades of Brandy Rose #BF8074
Tints of Brandy Rose #BF8074
RGB
CMYK
RGB Variations
Color information
#BF8074 (or 0xBF8074) is known color: Brandy Rose. HEX triplet: BF, 80 and 74. RGB value is (191,128,116). Sum of RGB (Red+Green+Blue) = 191+128+116=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8074 is #407F8B. Grayscale: #919191. Windows color (decimal): -4226956 or 7635135. OLE color: 7635135.
HSL color Cylindrical-coordinate representation of color #BF8074: hue angle of 9.6º 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 #BF8074 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 116 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.25 |
| HSL | 9.6º | 0.37% | 0.6% | - |
| HSV(B) | 9.6º | 0.39% | 0.75% | - |
| XYZ | 32.36 | 27.78 | 20.18 | - |
| YUV | 145.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 116 | 0 | 0.33 | 0.39 | 0.25 | 9.6 | 0.37 | 0.6 |
| Hex | BF | 80 | 74 | 0 | 21 | 27 | 19 | A | 25 | 3C |
| Octal | 277 | 200 | 164 | 0 | 41 | 47 | 31 | 12 | 45 | 74 |
| Binary | 10111111 | 10000000 | 1110100 | 0 | 100001 | 100111 | 11001 | 1010 | 100101 | 111100 |
Color Harmonies of #BF8074
Complementary color
Monochromatic Colors of #BF8074
Black with #BF8074
Text Example
Text Example
White with #BF8074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8074; }
p { color: rgb(191,128,116); }
H1.HeaderClassName
{
color: #BF8074;
}
.AnyTagClassName
{
color: #BF8074;
}
</style>
background-color css
<style>
a { background-color: #BF8074; }
a { background-color: rgb(191,128,116); }
div.DivClassName
{
background-color: #BF8074;
}
.BgClassName
{
background-color: #BF8074;
}
</style>
border-color css
<style>
span { border-color: #BF8074; }
span { border-color: rgb(191,128,116); }
td.TdClassName
{
border-color: #BF8074;
}
.TagClassName
{
border-color: #BF8074;
}
</style>