Shades of Brandy Rose #B3866F
Tints of Brandy Rose #B3866F
RGB
CMYK
RGB Variations
Color information
#B3866F (or 0xB3866F) is known color: Brandy Rose. HEX triplet: B3, 86 and 6F. RGB value is (179,134,111). Sum of RGB (Red+Green+Blue) = 179+134+111=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3866F is #4C7990. Grayscale: #909090. Windows color (decimal): -5011857 or 7308979. OLE color: 7308979.
HSL color Cylindrical-coordinate representation of color #B3866F: hue angle of 20.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3866F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 111 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.30 |
| HSL | 20.29º | 0.31% | 0.57% | - |
| HSV(B) | 20.29º | 0.38% | 0.7% | - |
| XYZ | 29.98 | 27.78 | 18.82 | - |
| YUV | 144.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 111 | 0 | 0.25 | 0.38 | 0.30 | 20.29 | 0.31 | 0.57 |
| Hex | B3 | 86 | 6F | 0 | 19 | 26 | 1E | 14 | 1F | 39 |
| Octal | 263 | 206 | 157 | 0 | 31 | 46 | 36 | 24 | 37 | 71 |
| Binary | 10110011 | 10000110 | 1101111 | 0 | 11001 | 100110 | 11110 | 10100 | 11111 | 111001 |
Color Harmonies of #B3866F
Complementary color
Monochromatic Colors of #B3866F
Black with #B3866F
Text Example
Text Example
White with #B3866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3866F; }
p { color: rgb(179,134,111); }
H1.HeaderClassName
{
color: #B3866F;
}
.AnyTagClassName
{
color: #B3866F;
}
</style>
background-color css
<style>
a { background-color: #B3866F; }
a { background-color: rgb(179,134,111); }
div.DivClassName
{
background-color: #B3866F;
}
.BgClassName
{
background-color: #B3866F;
}
</style>
border-color css
<style>
span { border-color: #B3866F; }
span { border-color: rgb(179,134,111); }
td.TdClassName
{
border-color: #B3866F;
}
.TagClassName
{
border-color: #B3866F;
}
</style>