Shades of Brandy Rose #B68470
Tints of Brandy Rose #B68470
RGB
CMYK
RGB Variations
Color information
#B68470 (or 0xB68470) is known color: Brandy Rose. HEX triplet: B6, 84 and 70. RGB value is (182,132,112). Sum of RGB (Red+Green+Blue) = 182+132+112=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68470 is #497B8F. Grayscale: #909090. Windows color (decimal): -4815760 or 7374006. OLE color: 7374006.
HSL color Cylindrical-coordinate representation of color #B68470: hue angle of 17.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68470 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 112 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.29 |
| HSL | 17.14º | 0.32% | 0.58% | - |
| HSV(B) | 17.14º | 0.38% | 0.71% | - |
| XYZ | 30.47 | 27.62 | 19.05 | - |
| YUV | 144.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 112 | 0 | 0.27 | 0.38 | 0.29 | 17.14 | 0.32 | 0.58 |
| Hex | B6 | 84 | 70 | 0 | 1B | 26 | 1D | 11 | 20 | 3A |
| Octal | 266 | 204 | 160 | 0 | 33 | 46 | 35 | 21 | 40 | 72 |
| Binary | 10110110 | 10000100 | 1110000 | 0 | 11011 | 100110 | 11101 | 10001 | 100000 | 111010 |
Color Harmonies of #B68470
Complementary color
Monochromatic Colors of #B68470
Black with #B68470
Text Example
Text Example
White with #B68470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68470; }
p { color: rgb(182,132,112); }
H1.HeaderClassName
{
color: #B68470;
}
.AnyTagClassName
{
color: #B68470;
}
</style>
background-color css
<style>
a { background-color: #B68470; }
a { background-color: rgb(182,132,112); }
div.DivClassName
{
background-color: #B68470;
}
.BgClassName
{
background-color: #B68470;
}
</style>
border-color css
<style>
span { border-color: #B68470; }
span { border-color: rgb(182,132,112); }
td.TdClassName
{
border-color: #B68470;
}
.TagClassName
{
border-color: #B68470;
}
</style>