Shades of Brandy Rose #B3867A
Tints of Brandy Rose #B3867A
RGB
CMYK
RGB Variations
Color information
#B3867A (or 0xB3867A) is known color: Brandy Rose. HEX triplet: B3, 86 and 7A. RGB value is (179,134,122). Sum of RGB (Red+Green+Blue) = 179+134+122=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867A is #4C7985. Grayscale: #929292. Windows color (decimal): -5011846 or 8029875. OLE color: 8029875.
HSL color Cylindrical-coordinate representation of color #B3867A: hue angle of 12.63º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3867A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 122 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.30 |
| HSL | 12.63º | 0.27% | 0.59% | - |
| HSV(B) | 12.63º | 0.32% | 0.7% | - |
| XYZ | 30.63 | 28.04 | 22.21 | - |
| YUV | 146.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 122 | 0 | 0.25 | 0.32 | 0.30 | 12.63 | 0.27 | 0.59 |
| Hex | B3 | 86 | 7A | 0 | 19 | 20 | 1E | D | 1B | 3B |
| Octal | 263 | 206 | 172 | 0 | 31 | 40 | 36 | 15 | 33 | 73 |
| Binary | 10110011 | 10000110 | 1111010 | 0 | 11001 | 100000 | 11110 | 1101 | 11011 | 111011 |
Color Harmonies of #B3867A
Complementary color
Monochromatic Colors of #B3867A
Black with #B3867A
Text Example
Text Example
White with #B3867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3867A; }
p { color: rgb(179,134,122); }
H1.HeaderClassName
{
color: #B3867A;
}
.AnyTagClassName
{
color: #B3867A;
}
</style>
background-color css
<style>
a { background-color: #B3867A; }
a { background-color: rgb(179,134,122); }
div.DivClassName
{
background-color: #B3867A;
}
.BgClassName
{
background-color: #B3867A;
}
</style>
border-color css
<style>
span { border-color: #B3867A; }
span { border-color: rgb(179,134,122); }
td.TdClassName
{
border-color: #B3867A;
}
.TagClassName
{
border-color: #B3867A;
}
</style>