Shades of Brandy Rose #B6807A
Tints of Brandy Rose #B6807A
RGB
CMYK
RGB Variations
Color information
#B6807A (or 0xB6807A) is known color: Brandy Rose. HEX triplet: B6, 80 and 7A. RGB value is (182,128,122). Sum of RGB (Red+Green+Blue) = 182+128+122=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6807A is #497F85. Grayscale: #8F8F8F. Windows color (decimal): -4816774 or 8028342. OLE color: 8028342.
HSL color Cylindrical-coordinate representation of color #B6807A: hue angle of 6º 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 #B6807A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 122 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.29 |
| HSL | 6º | 0.29% | 0.6% | - |
| HSV(B) | 6º | 0.33% | 0.71% | - |
| XYZ | 30.52 | 26.79 | 21.97 | - |
| YUV | 143.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 122 | 0 | 0.30 | 0.33 | 0.29 | 6 | 0.29 | 0.6 |
| Hex | B6 | 80 | 7A | 0 | 1E | 21 | 1D | 6 | 1D | 3C |
| Octal | 266 | 200 | 172 | 0 | 36 | 41 | 35 | 6 | 35 | 74 |
| Binary | 10110110 | 10000000 | 1111010 | 0 | 11110 | 100001 | 11101 | 110 | 11101 | 111100 |
Color Harmonies of #B6807A
Complementary color
Monochromatic Colors of #B6807A
Black with #B6807A
Text Example
Text Example
White with #B6807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6807A; }
p { color: rgb(182,128,122); }
H1.HeaderClassName
{
color: #B6807A;
}
.AnyTagClassName
{
color: #B6807A;
}
</style>
background-color css
<style>
a { background-color: #B6807A; }
a { background-color: rgb(182,128,122); }
div.DivClassName
{
background-color: #B6807A;
}
.BgClassName
{
background-color: #B6807A;
}
</style>
border-color css
<style>
span { border-color: #B6807A; }
span { border-color: rgb(182,128,122); }
td.TdClassName
{
border-color: #B6807A;
}
.TagClassName
{
border-color: #B6807A;
}
</style>