Shades of Brandy Rose #B6867A
Tints of Brandy Rose #B6867A
RGB
CMYK
RGB Variations
Color information
#B6867A (or 0xB6867A) is known color: Brandy Rose. HEX triplet: B6, 86 and 7A. RGB value is (182,134,122). Sum of RGB (Red+Green+Blue) = 182+134+122=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6867A is #497985. Grayscale: #939393. Windows color (decimal): -4815238 or 8029878. OLE color: 8029878.
HSL color Cylindrical-coordinate representation of color #B6867A: hue angle of 12º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6867A is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 122 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.29 |
| HSL | 12º | 0.29% | 0.6% | - |
| HSV(B) | 12º | 0.33% | 0.71% | - |
| XYZ | 31.33 | 28.4 | 22.24 | - |
| YUV | 146.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 122 | 0 | 0.26 | 0.33 | 0.29 | 12 | 0.29 | 0.6 |
| Hex | B6 | 86 | 7A | 0 | 1A | 21 | 1D | C | 1D | 3C |
| Octal | 266 | 206 | 172 | 0 | 32 | 41 | 35 | 14 | 35 | 74 |
| Binary | 10110110 | 10000110 | 1111010 | 0 | 11010 | 100001 | 11101 | 1100 | 11101 | 111100 |
Color Harmonies of #B6867A
Complementary color
Monochromatic Colors of #B6867A
Black with #B6867A
Text Example
Text Example
White with #B6867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6867A; }
p { color: rgb(182,134,122); }
H1.HeaderClassName
{
color: #B6867A;
}
.AnyTagClassName
{
color: #B6867A;
}
</style>
background-color css
<style>
a { background-color: #B6867A; }
a { background-color: rgb(182,134,122); }
div.DivClassName
{
background-color: #B6867A;
}
.BgClassName
{
background-color: #B6867A;
}
</style>
border-color css
<style>
span { border-color: #B6867A; }
span { border-color: rgb(182,134,122); }
td.TdClassName
{
border-color: #B6867A;
}
.TagClassName
{
border-color: #B6867A;
}
</style>