Shades of Brandy Rose #B78582
Tints of Brandy Rose #B78582
RGB
CMYK
RGB Variations
Color information
#B78582 (or 0xB78582) is known color: Brandy Rose. HEX triplet: B7, 85 and 82. RGB value is (183,133,130). Sum of RGB (Red+Green+Blue) = 183+133+130=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78582 is #487A7D. Grayscale: #939393. Windows color (decimal): -4749950 or 8553911. OLE color: 8553911.
HSL color Cylindrical-coordinate representation of color #B78582: hue angle of 3.4º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B78582 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 130 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.28 |
| HSL | 3.4º | 0.27% | 0.61% | - |
| HSV(B) | 3.4º | 0.29% | 0.72% | - |
| XYZ | 31.95 | 28.45 | 24.93 | - |
| YUV | 147.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 130 | 0 | 0.27 | 0.29 | 0.28 | 3.4 | 0.27 | 0.61 |
| Hex | B7 | 85 | 82 | 0 | 1B | 1D | 1C | 3 | 1B | 3D |
| Octal | 267 | 205 | 202 | 0 | 33 | 35 | 34 | 3 | 33 | 75 |
| Binary | 10110111 | 10000101 | 10000010 | 0 | 11011 | 11101 | 11100 | 11 | 11011 | 111101 |
Color Harmonies of #B78582
Complementary color
Monochromatic Colors of #B78582
Black with #B78582
Text Example
Text Example
White with #B78582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78582; }
p { color: rgb(183,133,130); }
H1.HeaderClassName
{
color: #B78582;
}
.AnyTagClassName
{
color: #B78582;
}
</style>
background-color css
<style>
a { background-color: #B78582; }
a { background-color: rgb(183,133,130); }
div.DivClassName
{
background-color: #B78582;
}
.BgClassName
{
background-color: #B78582;
}
</style>
border-color css
<style>
span { border-color: #B78582; }
span { border-color: rgb(183,133,130); }
td.TdClassName
{
border-color: #B78582;
}
.TagClassName
{
border-color: #B78582;
}
</style>