Shades of Brandy Rose #BF8077
Tints of Brandy Rose #BF8077
RGB
CMYK
RGB Variations
Color information
#BF8077 (or 0xBF8077) is known color: Brandy Rose. HEX triplet: BF, 80 and 77. RGB value is (191,128,119). Sum of RGB (Red+Green+Blue) = 191+128+119=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8077 is #407F88. Grayscale: #919191. Windows color (decimal): -4226953 or 7831743. OLE color: 7831743.
HSL color Cylindrical-coordinate representation of color #BF8077: hue angle of 7.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8077 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 119 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.25 |
| HSL | 7.5º | 0.36% | 0.61% | - |
| HSV(B) | 7.5º | 0.38% | 0.75% | - |
| XYZ | 32.53 | 27.85 | 21.11 | - |
| YUV | 145.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 119 | 0 | 0.33 | 0.38 | 0.25 | 7.5 | 0.36 | 0.61 |
| Hex | BF | 80 | 77 | 0 | 21 | 26 | 19 | 8 | 24 | 3D |
| Octal | 277 | 200 | 167 | 0 | 41 | 46 | 31 | 10 | 44 | 75 |
| Binary | 10111111 | 10000000 | 1110111 | 0 | 100001 | 100110 | 11001 | 1000 | 100100 | 111101 |
Color Harmonies of #BF8077
Complementary color
Monochromatic Colors of #BF8077
Black with #BF8077
Text Example
Text Example
White with #BF8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8077; }
p { color: rgb(191,128,119); }
H1.HeaderClassName
{
color: #BF8077;
}
.AnyTagClassName
{
color: #BF8077;
}
</style>
background-color css
<style>
a { background-color: #BF8077; }
a { background-color: rgb(191,128,119); }
div.DivClassName
{
background-color: #BF8077;
}
.BgClassName
{
background-color: #BF8077;
}
</style>
border-color css
<style>
span { border-color: #BF8077; }
span { border-color: rgb(191,128,119); }
td.TdClassName
{
border-color: #BF8077;
}
.TagClassName
{
border-color: #BF8077;
}
</style>