Shades of Brandy Rose #BF806B
Tints of Brandy Rose #BF806B
RGB
CMYK
RGB Variations
Color information
#BF806B (or 0xBF806B) is known color: Brandy Rose. HEX triplet: BF, 80 and 6B. RGB value is (191,128,107). Sum of RGB (Red+Green+Blue) = 191+128+107=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF806B is #407F94. Grayscale: #909090. Windows color (decimal): -4226965 or 7045311. OLE color: 7045311.
HSL color Cylindrical-coordinate representation of color #BF806B: hue angle of 15º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF806B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 107 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.25 |
| HSL | 15º | 0.4% | 0.58% | - |
| HSV(B) | 15º | 0.44% | 0.75% | - |
| XYZ | 31.86 | 27.58 | 17.55 | - |
| YUV | 144.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 107 | 0 | 0.33 | 0.44 | 0.25 | 15 | 0.4 | 0.58 |
| Hex | BF | 80 | 6B | 0 | 21 | 2C | 19 | F | 28 | 3A |
| Octal | 277 | 200 | 153 | 0 | 41 | 54 | 31 | 17 | 50 | 72 |
| Binary | 10111111 | 10000000 | 1101011 | 0 | 100001 | 101100 | 11001 | 1111 | 101000 | 111010 |
Color Harmonies of #BF806B
Complementary color
Monochromatic Colors of #BF806B
Black with #BF806B
Text Example
Text Example
White with #BF806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF806B; }
p { color: rgb(191,128,107); }
H1.HeaderClassName
{
color: #BF806B;
}
.AnyTagClassName
{
color: #BF806B;
}
</style>
background-color css
<style>
a { background-color: #BF806B; }
a { background-color: rgb(191,128,107); }
div.DivClassName
{
background-color: #BF806B;
}
.BgClassName
{
background-color: #BF806B;
}
</style>
border-color css
<style>
span { border-color: #BF806B; }
span { border-color: rgb(191,128,107); }
td.TdClassName
{
border-color: #BF806B;
}
.TagClassName
{
border-color: #BF806B;
}
</style>