Shades of Brandy Rose #B7866F
Tints of Brandy Rose #B7866F
RGB
CMYK
RGB Variations
Color information
#B7866F (or 0xB7866F) is known color: Brandy Rose. HEX triplet: B7, 86 and 6F. RGB value is (183,134,111). Sum of RGB (Red+Green+Blue) = 183+134+111=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7866F is #487990. Grayscale: #929292. Windows color (decimal): -4749713 or 7308983. OLE color: 7308983.
HSL color Cylindrical-coordinate representation of color #B7866F: hue angle of 19.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7866F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 111 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.28 |
| HSL | 19.17º | 0.33% | 0.58% | - |
| HSV(B) | 19.17º | 0.39% | 0.72% | - |
| XYZ | 30.92 | 28.27 | 18.86 | - |
| YUV | 146.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 111 | 0 | 0.27 | 0.39 | 0.28 | 19.17 | 0.33 | 0.58 |
| Hex | B7 | 86 | 6F | 0 | 1B | 27 | 1C | 13 | 21 | 3A |
| Octal | 267 | 206 | 157 | 0 | 33 | 47 | 34 | 23 | 41 | 72 |
| Binary | 10110111 | 10000110 | 1101111 | 0 | 11011 | 100111 | 11100 | 10011 | 100001 | 111010 |
Color Harmonies of #B7866F
Complementary color
Monochromatic Colors of #B7866F
Black with #B7866F
Text Example
Text Example
White with #B7866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7866F; }
p { color: rgb(183,134,111); }
H1.HeaderClassName
{
color: #B7866F;
}
.AnyTagClassName
{
color: #B7866F;
}
</style>
background-color css
<style>
a { background-color: #B7866F; }
a { background-color: rgb(183,134,111); }
div.DivClassName
{
background-color: #B7866F;
}
.BgClassName
{
background-color: #B7866F;
}
</style>
border-color css
<style>
span { border-color: #B7866F; }
span { border-color: rgb(183,134,111); }
td.TdClassName
{
border-color: #B7866F;
}
.TagClassName
{
border-color: #B7866F;
}
</style>