Shades of Brandy Rose #B68684
Tints of Brandy Rose #B68684
RGB
CMYK
RGB Variations
Color information
#B68684 (or 0xB68684) is known color: Brandy Rose. HEX triplet: B6, 86 and 84. RGB value is (182,134,132). Sum of RGB (Red+Green+Blue) = 182+134+132=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68684 is #49797B. Grayscale: #949494. Windows color (decimal): -4815228 or 8685238. OLE color: 8685238.
HSL color Cylindrical-coordinate representation of color #B68684: hue angle of 2.4º 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 #B68684 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 132 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.29 |
| HSL | 2.4º | 0.26% | 0.62% | - |
| HSV(B) | 2.4º | 0.27% | 0.71% | - |
| XYZ | 31.98 | 28.66 | 25.68 | - |
| YUV | 148.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 132 | 0 | 0.26 | 0.27 | 0.29 | 2.4 | 0.26 | 0.62 |
| Hex | B6 | 86 | 84 | 0 | 1A | 1B | 1D | 2 | 1A | 3E |
| Octal | 266 | 206 | 204 | 0 | 32 | 33 | 35 | 2 | 32 | 76 |
| Binary | 10110110 | 10000110 | 10000100 | 0 | 11010 | 11011 | 11101 | 10 | 11010 | 111110 |
Color Harmonies of #B68684
Complementary color
Monochromatic Colors of #B68684
Black with #B68684
Text Example
Text Example
White with #B68684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68684; }
p { color: rgb(182,134,132); }
H1.HeaderClassName
{
color: #B68684;
}
.AnyTagClassName
{
color: #B68684;
}
</style>
background-color css
<style>
a { background-color: #B68684; }
a { background-color: rgb(182,134,132); }
div.DivClassName
{
background-color: #B68684;
}
.BgClassName
{
background-color: #B68684;
}
</style>
border-color css
<style>
span { border-color: #B68684; }
span { border-color: rgb(182,134,132); }
td.TdClassName
{
border-color: #B68684;
}
.TagClassName
{
border-color: #B68684;
}
</style>