Shades of Brandy Rose #B68D82
Tints of Brandy Rose #B68D82
RGB
CMYK
RGB Variations
Color information
#B68D82 (or 0xB68D82) is known color: Brandy Rose. HEX triplet: B6, 8D and 82. RGB value is (182,141,130). Sum of RGB (Red+Green+Blue) = 182+141+130=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D82 is #49727D. Grayscale: #989898. Windows color (decimal): -4813438 or 8555958. OLE color: 8555958.
HSL color Cylindrical-coordinate representation of color #B68D82: hue angle of 12.69º 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 #B68D82 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 130 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.29 |
| HSL | 12.69º | 0.26% | 0.61% | - |
| HSV(B) | 12.69º | 0.29% | 0.71% | - |
| XYZ | 32.85 | 30.61 | 25.3 | - |
| YUV | 152.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 130 | 0 | 0.23 | 0.29 | 0.29 | 12.69 | 0.26 | 0.61 |
| Hex | B6 | 8D | 82 | 0 | 17 | 1D | 1D | D | 1A | 3D |
| Octal | 266 | 215 | 202 | 0 | 27 | 35 | 35 | 15 | 32 | 75 |
| Binary | 10110110 | 10001101 | 10000010 | 0 | 10111 | 11101 | 11101 | 1101 | 11010 | 111101 |
Color Harmonies of #B68D82
Complementary color
Monochromatic Colors of #B68D82
Black with #B68D82
Text Example
Text Example
White with #B68D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D82; }
p { color: rgb(182,141,130); }
H1.HeaderClassName
{
color: #B68D82;
}
.AnyTagClassName
{
color: #B68D82;
}
</style>
background-color css
<style>
a { background-color: #B68D82; }
a { background-color: rgb(182,141,130); }
div.DivClassName
{
background-color: #B68D82;
}
.BgClassName
{
background-color: #B68D82;
}
</style>
border-color css
<style>
span { border-color: #B68D82; }
span { border-color: rgb(182,141,130); }
td.TdClassName
{
border-color: #B68D82;
}
.TagClassName
{
border-color: #B68D82;
}
</style>