Shades of Brandy Rose #B3867E
Tints of Brandy Rose #B3867E
RGB
CMYK
RGB Variations
Color information
#B3867E (or 0xB3867E) is known color: Brandy Rose. HEX triplet: B3, 86 and 7E. RGB value is (179,134,126). Sum of RGB (Red+Green+Blue) = 179+134+126=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867E is #4C7981. Grayscale: #929292. Windows color (decimal): -5011842 or 8292019. OLE color: 8292019.
HSL color Cylindrical-coordinate representation of color #B3867E: hue angle of 9.06º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3867E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 126 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.30 |
| HSL | 9.06º | 0.26% | 0.6% | - |
| HSV(B) | 9.06º | 0.3% | 0.7% | - |
| XYZ | 30.88 | 28.14 | 23.54 | - |
| YUV | 146.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 126 | 0 | 0.25 | 0.30 | 0.30 | 9.06 | 0.26 | 0.6 |
| Hex | B3 | 86 | 7E | 0 | 19 | 1E | 1E | 9 | 1A | 3C |
| Octal | 263 | 206 | 176 | 0 | 31 | 36 | 36 | 11 | 32 | 74 |
| Binary | 10110011 | 10000110 | 1111110 | 0 | 11001 | 11110 | 11110 | 1001 | 11010 | 111100 |
Color Harmonies of #B3867E
Complementary color
Monochromatic Colors of #B3867E
Black with #B3867E
Text Example
Text Example
White with #B3867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3867E; }
p { color: rgb(179,134,126); }
H1.HeaderClassName
{
color: #B3867E;
}
.AnyTagClassName
{
color: #B3867E;
}
</style>
background-color css
<style>
a { background-color: #B3867E; }
a { background-color: rgb(179,134,126); }
div.DivClassName
{
background-color: #B3867E;
}
.BgClassName
{
background-color: #B3867E;
}
</style>
border-color css
<style>
span { border-color: #B3867E; }
span { border-color: rgb(179,134,126); }
td.TdClassName
{
border-color: #B3867E;
}
.TagClassName
{
border-color: #B3867E;
}
</style>