Shades of Brandy Rose #B07B78
Tints of Brandy Rose #B07B78
RGB
CMYK
RGB Variations
Color information
#B07B78 (or 0xB07B78) is known color: Brandy Rose. HEX triplet: B0, 7B and 78. RGB value is (176,123,120). Sum of RGB (Red+Green+Blue) = 176+123+120=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B78 is #4F8487. Grayscale: #8A8A8A. Windows color (decimal): -5211272 or 7895984. OLE color: 7895984.
HSL color Cylindrical-coordinate representation of color #B07B78: hue angle of 3.21º 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 #B07B78 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 120 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.31 |
| HSL | 3.21º | 0.26% | 0.58% | - |
| HSV(B) | 3.21º | 0.32% | 0.69% | - |
| XYZ | 28.38 | 24.75 | 21.05 | - |
| YUV | 138.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 120 | 0 | 0.30 | 0.32 | 0.31 | 3.21 | 0.26 | 0.58 |
| Hex | B0 | 7B | 78 | 0 | 1E | 20 | 1F | 3 | 1A | 3A |
| Octal | 260 | 173 | 170 | 0 | 36 | 40 | 37 | 3 | 32 | 72 |
| Binary | 10110000 | 1111011 | 1111000 | 0 | 11110 | 100000 | 11111 | 11 | 11010 | 111010 |
Color Harmonies of #B07B78
Complementary color
Monochromatic Colors of #B07B78
Black with #B07B78
Text Example
Text Example
White with #B07B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B78; }
p { color: rgb(176,123,120); }
H1.HeaderClassName
{
color: #B07B78;
}
.AnyTagClassName
{
color: #B07B78;
}
</style>
background-color css
<style>
a { background-color: #B07B78; }
a { background-color: rgb(176,123,120); }
div.DivClassName
{
background-color: #B07B78;
}
.BgClassName
{
background-color: #B07B78;
}
</style>
border-color css
<style>
span { border-color: #B07B78; }
span { border-color: rgb(176,123,120); }
td.TdClassName
{
border-color: #B07B78;
}
.TagClassName
{
border-color: #B07B78;
}
</style>