Shades of Brandy Rose #B07878
Tints of Brandy Rose #B07878
RGB
CMYK
RGB Variations
Color information
#B07878 (or 0xB07878) is known color: Brandy Rose. HEX triplet: B0, 78 and 78. RGB value is (176,120,120). Sum of RGB (Red+Green+Blue) = 176+120+120=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B07878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07878 is #4F8787. Grayscale: #888888. Windows color (decimal): -5212040 or 7895216. OLE color: 7895216.
HSL color Cylindrical-coordinate representation of color #B07878: hue angle of 0º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07878 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 120 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.31 |
| HSL | 0º | 0.26% | 0.58% | - |
| HSV(B) | 0º | 0.32% | 0.69% | - |
| XYZ | 28.01 | 24.02 | 20.93 | - |
| YUV | 136.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 120 | 0 | 0.32 | 0.32 | 0.31 | 0 | 0.26 | 0.58 |
| Hex | B0 | 78 | 78 | 0 | 20 | 20 | 1F | 0 | 1A | 3A |
| Octal | 260 | 170 | 170 | 0 | 40 | 40 | 37 | 0 | 32 | 72 |
| Binary | 10110000 | 1111000 | 1111000 | 0 | 100000 | 100000 | 11111 | 0 | 11010 | 111010 |
Color Harmonies of #B07878
Complementary color
Monochromatic Colors of #B07878
Black with #B07878
Text Example
Text Example
White with #B07878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07878; }
p { color: rgb(176,120,120); }
H1.HeaderClassName
{
color: #B07878;
}
.AnyTagClassName
{
color: #B07878;
}
</style>
background-color css
<style>
a { background-color: #B07878; }
a { background-color: rgb(176,120,120); }
div.DivClassName
{
background-color: #B07878;
}
.BgClassName
{
background-color: #B07878;
}
</style>
border-color css
<style>
span { border-color: #B07878; }
span { border-color: rgb(176,120,120); }
td.TdClassName
{
border-color: #B07878;
}
.TagClassName
{
border-color: #B07878;
}
</style>