Shades of Brandy Rose #BF836F
Tints of Brandy Rose #BF836F
RGB
CMYK
RGB Variations
Color information
#BF836F (or 0xBF836F) is known color: Brandy Rose. HEX triplet: BF, 83 and 6F. RGB value is (191,131,111). Sum of RGB (Red+Green+Blue) = 191+131+111=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF836F is #407C90. Grayscale: #929292. Windows color (decimal): -4226193 or 7308223. OLE color: 7308223.
HSL color Cylindrical-coordinate representation of color #BF836F: hue angle of 15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF836F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 111 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.25 |
| HSL | 15º | 0.38% | 0.59% | - |
| HSV(B) | 15º | 0.42% | 0.75% | - |
| XYZ | 32.47 | 28.46 | 18.82 | - |
| YUV | 146.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 111 | 0 | 0.31 | 0.42 | 0.25 | 15 | 0.38 | 0.59 |
| Hex | BF | 83 | 6F | 0 | 1F | 2A | 19 | F | 26 | 3B |
| Octal | 277 | 203 | 157 | 0 | 37 | 52 | 31 | 17 | 46 | 73 |
| Binary | 10111111 | 10000011 | 1101111 | 0 | 11111 | 101010 | 11001 | 1111 | 100110 | 111011 |
Color Harmonies of #BF836F
Complementary color
Monochromatic Colors of #BF836F
Black with #BF836F
Text Example
Text Example
White with #BF836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF836F; }
p { color: rgb(191,131,111); }
H1.HeaderClassName
{
color: #BF836F;
}
.AnyTagClassName
{
color: #BF836F;
}
</style>
background-color css
<style>
a { background-color: #BF836F; }
a { background-color: rgb(191,131,111); }
div.DivClassName
{
background-color: #BF836F;
}
.BgClassName
{
background-color: #BF836F;
}
</style>
border-color css
<style>
span { border-color: #BF836F; }
span { border-color: rgb(191,131,111); }
td.TdClassName
{
border-color: #BF836F;
}
.TagClassName
{
border-color: #BF836F;
}
</style>