Shades of Brandy Rose #BF8376
Tints of Brandy Rose #BF8376
RGB
CMYK
RGB Variations
Color information
#BF8376 (or 0xBF8376) is known color: Brandy Rose. HEX triplet: BF, 83 and 76. RGB value is (191,131,118). Sum of RGB (Red+Green+Blue) = 191+131+118=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8376 is #407C89. Grayscale: #939393. Windows color (decimal): -4226186 or 7766975. OLE color: 7766975.
HSL color Cylindrical-coordinate representation of color #BF8376: hue angle of 10.68º 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 #BF8376 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 118 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.25 |
| HSL | 10.68º | 0.36% | 0.61% | - |
| HSV(B) | 10.68º | 0.38% | 0.75% | - |
| XYZ | 32.87 | 28.62 | 20.93 | - |
| YUV | 147.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 118 | 0 | 0.31 | 0.38 | 0.25 | 10.68 | 0.36 | 0.61 |
| Hex | BF | 83 | 76 | 0 | 1F | 26 | 19 | B | 24 | 3D |
| Octal | 277 | 203 | 166 | 0 | 37 | 46 | 31 | 13 | 44 | 75 |
| Binary | 10111111 | 10000011 | 1110110 | 0 | 11111 | 100110 | 11001 | 1011 | 100100 | 111101 |
Color Harmonies of #BF8376
Complementary color
Monochromatic Colors of #BF8376
Black with #BF8376
Text Example
Text Example
White with #BF8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8376; }
p { color: rgb(191,131,118); }
H1.HeaderClassName
{
color: #BF8376;
}
.AnyTagClassName
{
color: #BF8376;
}
</style>
background-color css
<style>
a { background-color: #BF8376; }
a { background-color: rgb(191,131,118); }
div.DivClassName
{
background-color: #BF8376;
}
.BgClassName
{
background-color: #BF8376;
}
</style>
border-color css
<style>
span { border-color: #BF8376; }
span { border-color: rgb(191,131,118); }
td.TdClassName
{
border-color: #BF8376;
}
.TagClassName
{
border-color: #BF8376;
}
</style>