Shades of Brandy Rose #B68882
Tints of Brandy Rose #B68882
RGB
CMYK
RGB Variations
Color information
#B68882 (or 0xB68882) is known color: Brandy Rose. HEX triplet: B6, 88 and 82. RGB value is (182,136,130). Sum of RGB (Red+Green+Blue) = 182+136+130=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68882 is #49777D. Grayscale: #959595. Windows color (decimal): -4814718 or 8554678. OLE color: 8554678.
HSL color Cylindrical-coordinate representation of color #B68882: hue angle of 6.92º 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 #B68882 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 130 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.29 |
| HSL | 6.92º | 0.26% | 0.61% | - |
| HSV(B) | 6.92º | 0.29% | 0.71% | - |
| XYZ | 32.12 | 29.17 | 25.06 | - |
| YUV | 149.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 130 | 0 | 0.25 | 0.29 | 0.29 | 6.92 | 0.26 | 0.61 |
| Hex | B6 | 88 | 82 | 0 | 19 | 1D | 1D | 7 | 1A | 3D |
| Octal | 266 | 210 | 202 | 0 | 31 | 35 | 35 | 7 | 32 | 75 |
| Binary | 10110110 | 10001000 | 10000010 | 0 | 11001 | 11101 | 11101 | 111 | 11010 | 111101 |
Color Harmonies of #B68882
Complementary color
Monochromatic Colors of #B68882
Black with #B68882
Text Example
Text Example
White with #B68882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68882; }
p { color: rgb(182,136,130); }
H1.HeaderClassName
{
color: #B68882;
}
.AnyTagClassName
{
color: #B68882;
}
</style>
background-color css
<style>
a { background-color: #B68882; }
a { background-color: rgb(182,136,130); }
div.DivClassName
{
background-color: #B68882;
}
.BgClassName
{
background-color: #B68882;
}
</style>
border-color css
<style>
span { border-color: #B68882; }
span { border-color: rgb(182,136,130); }
td.TdClassName
{
border-color: #B68882;
}
.TagClassName
{
border-color: #B68882;
}
</style>