Shades of Brandy Rose #B6827A
Tints of Brandy Rose #B6827A
RGB
CMYK
RGB Variations
Color information
#B6827A (or 0xB6827A) is known color: Brandy Rose. HEX triplet: B6, 82 and 7A. RGB value is (182,130,122). Sum of RGB (Red+Green+Blue) = 182+130+122=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6827A is #497D85. Grayscale: #909090. Windows color (decimal): -4816262 or 8028854. OLE color: 8028854.
HSL color Cylindrical-coordinate representation of color #B6827A: hue angle of 8º 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 #B6827A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 122 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.29 |
| HSL | 8º | 0.29% | 0.6% | - |
| HSV(B) | 8º | 0.33% | 0.71% | - |
| XYZ | 30.79 | 27.32 | 22.06 | - |
| YUV | 144.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 122 | 0 | 0.29 | 0.33 | 0.29 | 8 | 0.29 | 0.6 |
| Hex | B6 | 82 | 7A | 0 | 1D | 21 | 1D | 8 | 1D | 3C |
| Octal | 266 | 202 | 172 | 0 | 35 | 41 | 35 | 10 | 35 | 74 |
| Binary | 10110110 | 10000010 | 1111010 | 0 | 11101 | 100001 | 11101 | 1000 | 11101 | 111100 |
Color Harmonies of #B6827A
Complementary color
Monochromatic Colors of #B6827A
Black with #B6827A
Text Example
Text Example
White with #B6827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6827A; }
p { color: rgb(182,130,122); }
H1.HeaderClassName
{
color: #B6827A;
}
.AnyTagClassName
{
color: #B6827A;
}
</style>
background-color css
<style>
a { background-color: #B6827A; }
a { background-color: rgb(182,130,122); }
div.DivClassName
{
background-color: #B6827A;
}
.BgClassName
{
background-color: #B6827A;
}
</style>
border-color css
<style>
span { border-color: #B6827A; }
span { border-color: rgb(182,130,122); }
td.TdClassName
{
border-color: #B6827A;
}
.TagClassName
{
border-color: #B6827A;
}
</style>