Shades of Brandy Rose #B07C73
Tints of Brandy Rose #B07C73
RGB
CMYK
RGB Variations
Color information
#B07C73 (or 0xB07C73) is known color: Brandy Rose. HEX triplet: B0, 7C and 73. RGB value is (176,124,115). Sum of RGB (Red+Green+Blue) = 176+124+115=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C73 is #4F838C. Grayscale: #8A8A8A. Windows color (decimal): -5211021 or 7568560. OLE color: 7568560.
HSL color Cylindrical-coordinate representation of color #B07C73: hue angle of 8.85º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07C73 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 115 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.31 |
| HSL | 8.85º | 0.28% | 0.57% | - |
| HSV(B) | 8.85º | 0.35% | 0.69% | - |
| XYZ | 28.21 | 24.88 | 19.54 | - |
| YUV | 138.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 115 | 0 | 0.30 | 0.35 | 0.31 | 8.85 | 0.28 | 0.57 |
| Hex | B0 | 7C | 73 | 0 | 1E | 23 | 1F | 9 | 1C | 39 |
| Octal | 260 | 174 | 163 | 0 | 36 | 43 | 37 | 11 | 34 | 71 |
| Binary | 10110000 | 1111100 | 1110011 | 0 | 11110 | 100011 | 11111 | 1001 | 11100 | 111001 |
Color Harmonies of #B07C73
Complementary color
Monochromatic Colors of #B07C73
Black with #B07C73
Text Example
Text Example
White with #B07C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C73; }
p { color: rgb(176,124,115); }
H1.HeaderClassName
{
color: #B07C73;
}
.AnyTagClassName
{
color: #B07C73;
}
</style>
background-color css
<style>
a { background-color: #B07C73; }
a { background-color: rgb(176,124,115); }
div.DivClassName
{
background-color: #B07C73;
}
.BgClassName
{
background-color: #B07C73;
}
</style>
border-color css
<style>
span { border-color: #B07C73; }
span { border-color: rgb(176,124,115); }
td.TdClassName
{
border-color: #B07C73;
}
.TagClassName
{
border-color: #B07C73;
}
</style>