Shades of Brandy Rose #B68D84
Tints of Brandy Rose #B68D84
RGB
CMYK
RGB Variations
Color information
#B68D84 (or 0xB68D84) is known color: Brandy Rose. HEX triplet: B6, 8D and 84. RGB value is (182,141,132). Sum of RGB (Red+Green+Blue) = 182+141+132=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D84 is #49727B. Grayscale: #989898. Windows color (decimal): -4813436 or 8687030. OLE color: 8687030.
HSL color Cylindrical-coordinate representation of color #B68D84: hue angle of 10.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68D84 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 132 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.29 |
| HSL | 10.8º | 0.26% | 0.62% | - |
| HSV(B) | 10.8º | 0.27% | 0.71% | - |
| XYZ | 32.98 | 30.66 | 26.01 | - |
| YUV | 152.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 132 | 0 | 0.23 | 0.27 | 0.29 | 10.8 | 0.26 | 0.62 |
| Hex | B6 | 8D | 84 | 0 | 17 | 1B | 1D | B | 1A | 3E |
| Octal | 266 | 215 | 204 | 0 | 27 | 33 | 35 | 13 | 32 | 76 |
| Binary | 10110110 | 10001101 | 10000100 | 0 | 10111 | 11011 | 11101 | 1011 | 11010 | 111110 |
Color Harmonies of #B68D84
Complementary color
Monochromatic Colors of #B68D84
Black with #B68D84
Text Example
Text Example
White with #B68D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D84; }
p { color: rgb(182,141,132); }
H1.HeaderClassName
{
color: #B68D84;
}
.AnyTagClassName
{
color: #B68D84;
}
</style>
background-color css
<style>
a { background-color: #B68D84; }
a { background-color: rgb(182,141,132); }
div.DivClassName
{
background-color: #B68D84;
}
.BgClassName
{
background-color: #B68D84;
}
</style>
border-color css
<style>
span { border-color: #B68D84; }
span { border-color: rgb(182,141,132); }
td.TdClassName
{
border-color: #B68D84;
}
.TagClassName
{
border-color: #B68D84;
}
</style>