Shades of Brandy Rose #B68682
Tints of Brandy Rose #B68682
RGB
CMYK
RGB Variations
Color information
#B68682 (or 0xB68682) is known color: Brandy Rose. HEX triplet: B6, 86 and 82. RGB value is (182,134,130). Sum of RGB (Red+Green+Blue) = 182+134+130=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B68682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68682 is #49797D. Grayscale: #939393. Windows color (decimal): -4815230 or 8554166. OLE color: 8554166.
HSL color Cylindrical-coordinate representation of color #B68682: hue angle of 4.62º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68682 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 130 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.29 |
| HSL | 4.62º | 0.26% | 0.61% | - |
| HSV(B) | 4.62º | 0.29% | 0.71% | - |
| XYZ | 31.85 | 28.61 | 24.96 | - |
| YUV | 147.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 130 | 0 | 0.26 | 0.29 | 0.29 | 4.62 | 0.26 | 0.61 |
| Hex | B6 | 86 | 82 | 0 | 1A | 1D | 1D | 5 | 1A | 3D |
| Octal | 266 | 206 | 202 | 0 | 32 | 35 | 35 | 5 | 32 | 75 |
| Binary | 10110110 | 10000110 | 10000010 | 0 | 11010 | 11101 | 11101 | 101 | 11010 | 111101 |
Color Harmonies of #B68682
Complementary color
Monochromatic Colors of #B68682
Black with #B68682
Text Example
Text Example
White with #B68682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68682; }
p { color: rgb(182,134,130); }
H1.HeaderClassName
{
color: #B68682;
}
.AnyTagClassName
{
color: #B68682;
}
</style>
background-color css
<style>
a { background-color: #B68682; }
a { background-color: rgb(182,134,130); }
div.DivClassName
{
background-color: #B68682;
}
.BgClassName
{
background-color: #B68682;
}
</style>
border-color css
<style>
span { border-color: #B68682; }
span { border-color: rgb(182,134,130); }
td.TdClassName
{
border-color: #B68682;
}
.TagClassName
{
border-color: #B68682;
}
</style>