Shades of Brandy Rose #B87E68
Tints of Brandy Rose #B87E68
RGB
CMYK
RGB Variations
Color information
#B87E68 (or 0xB87E68) is known color: Brandy Rose. HEX triplet: B8, 7E and 68. RGB value is (184,126,104). Sum of RGB (Red+Green+Blue) = 184+126+104=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E68 is #478197. Grayscale: #8C8C8C. Windows color (decimal): -4686232 or 6848184. OLE color: 6848184.
HSL color Cylindrical-coordinate representation of color #B87E68: hue angle of 16.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87E68 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 104 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.28 |
| HSL | 16.5º | 0.36% | 0.56% | - |
| HSV(B) | 16.5º | 0.43% | 0.72% | - |
| XYZ | 29.73 | 26.11 | 16.57 | - |
| YUV | 140.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 104 | 0 | 0.32 | 0.43 | 0.28 | 16.5 | 0.36 | 0.56 |
| Hex | B8 | 7E | 68 | 0 | 20 | 2B | 1C | 10 | 24 | 38 |
| Octal | 270 | 176 | 150 | 0 | 40 | 53 | 34 | 20 | 44 | 70 |
| Binary | 10111000 | 1111110 | 1101000 | 0 | 100000 | 101011 | 11100 | 10000 | 100100 | 111000 |
Color Harmonies of #B87E68
Complementary color
Monochromatic Colors of #B87E68
Black with #B87E68
Text Example
Text Example
White with #B87E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E68; }
p { color: rgb(184,126,104); }
H1.HeaderClassName
{
color: #B87E68;
}
.AnyTagClassName
{
color: #B87E68;
}
</style>
background-color css
<style>
a { background-color: #B87E68; }
a { background-color: rgb(184,126,104); }
div.DivClassName
{
background-color: #B87E68;
}
.BgClassName
{
background-color: #B87E68;
}
</style>
border-color css
<style>
span { border-color: #B87E68; }
span { border-color: rgb(184,126,104); }
td.TdClassName
{
border-color: #B87E68;
}
.TagClassName
{
border-color: #B87E68;
}
</style>