Shades of Brandy Rose #B68079
Tints of Brandy Rose #B68079
RGB
CMYK
RGB Variations
Color information
#B68079 (or 0xB68079) is known color: Brandy Rose. HEX triplet: B6, 80 and 79. RGB value is (182,128,121). Sum of RGB (Red+Green+Blue) = 182+128+121=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68079 is #497F86. Grayscale: #8F8F8F. Windows color (decimal): -4816775 or 7962806. OLE color: 7962806.
HSL color Cylindrical-coordinate representation of color #B68079: hue angle of 6.89º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68079 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 121 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.29 |
| HSL | 6.89º | 0.29% | 0.59% | - |
| HSV(B) | 6.89º | 0.34% | 0.71% | - |
| XYZ | 30.46 | 26.76 | 21.65 | - |
| YUV | 143.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 121 | 0 | 0.30 | 0.34 | 0.29 | 6.89 | 0.29 | 0.59 |
| Hex | B6 | 80 | 79 | 0 | 1E | 22 | 1D | 7 | 1D | 3B |
| Octal | 266 | 200 | 171 | 0 | 36 | 42 | 35 | 7 | 35 | 73 |
| Binary | 10110110 | 10000000 | 1111001 | 0 | 11110 | 100010 | 11101 | 111 | 11101 | 111011 |
Color Harmonies of #B68079
Complementary color
Monochromatic Colors of #B68079
Black with #B68079
Text Example
Text Example
White with #B68079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68079; }
p { color: rgb(182,128,121); }
H1.HeaderClassName
{
color: #B68079;
}
.AnyTagClassName
{
color: #B68079;
}
</style>
background-color css
<style>
a { background-color: #B68079; }
a { background-color: rgb(182,128,121); }
div.DivClassName
{
background-color: #B68079;
}
.BgClassName
{
background-color: #B68079;
}
</style>
border-color css
<style>
span { border-color: #B68079; }
span { border-color: rgb(182,128,121); }
td.TdClassName
{
border-color: #B68079;
}
.TagClassName
{
border-color: #B68079;
}
</style>