Shades of Brandy Rose #B6817A
Tints of Brandy Rose #B6817A
RGB
CMYK
RGB Variations
Color information
#B6817A (or 0xB6817A) is known color: Brandy Rose. HEX triplet: B6, 81 and 7A. RGB value is (182,129,122). Sum of RGB (Red+Green+Blue) = 182+129+122=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B6817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6817A is #497E85. Grayscale: #909090. Windows color (decimal): -4816518 or 8028598. OLE color: 8028598.
HSL color Cylindrical-coordinate representation of color #B6817A: hue angle of 7º 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 #B6817A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 122 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.29 |
| HSL | 7º | 0.29% | 0.6% | - |
| HSV(B) | 7º | 0.33% | 0.71% | - |
| XYZ | 30.65 | 27.05 | 22.02 | - |
| YUV | 144.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 122 | 0 | 0.29 | 0.33 | 0.29 | 7 | 0.29 | 0.6 |
| Hex | B6 | 81 | 7A | 0 | 1D | 21 | 1D | 7 | 1D | 3C |
| Octal | 266 | 201 | 172 | 0 | 35 | 41 | 35 | 7 | 35 | 74 |
| Binary | 10110110 | 10000001 | 1111010 | 0 | 11101 | 100001 | 11101 | 111 | 11101 | 111100 |
Color Harmonies of #B6817A
Complementary color
Monochromatic Colors of #B6817A
Black with #B6817A
Text Example
Text Example
White with #B6817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6817A; }
p { color: rgb(182,129,122); }
H1.HeaderClassName
{
color: #B6817A;
}
.AnyTagClassName
{
color: #B6817A;
}
</style>
background-color css
<style>
a { background-color: #B6817A; }
a { background-color: rgb(182,129,122); }
div.DivClassName
{
background-color: #B6817A;
}
.BgClassName
{
background-color: #B6817A;
}
</style>
border-color css
<style>
span { border-color: #B6817A; }
span { border-color: rgb(182,129,122); }
td.TdClassName
{
border-color: #B6817A;
}
.TagClassName
{
border-color: #B6817A;
}
</style>