Shades of Brandy Rose #B07C6E
Tints of Brandy Rose #B07C6E
RGB
CMYK
RGB Variations
Color information
#B07C6E (or 0xB07C6E) is known color: Brandy Rose. HEX triplet: B0, 7C and 6E. RGB value is (176,124,110). Sum of RGB (Red+Green+Blue) = 176+124+110=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C6E is #4F8391. Grayscale: #8A8A8A. Windows color (decimal): -5211026 or 7240880. OLE color: 7240880.
HSL color Cylindrical-coordinate representation of color #B07C6E: hue angle of 12.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07C6E is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 110 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.31 |
| HSL | 12.73º | 0.29% | 0.56% | - |
| HSV(B) | 12.73º | 0.38% | 0.69% | - |
| XYZ | 27.93 | 24.77 | 18.06 | - |
| YUV | 137.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 110 | 0 | 0.30 | 0.37 | 0.31 | 12.73 | 0.29 | 0.56 |
| Hex | B0 | 7C | 6E | 0 | 1E | 25 | 1F | D | 1D | 38 |
| Octal | 260 | 174 | 156 | 0 | 36 | 45 | 37 | 15 | 35 | 70 |
| Binary | 10110000 | 1111100 | 1101110 | 0 | 11110 | 100101 | 11111 | 1101 | 11101 | 111000 |
Color Harmonies of #B07C6E
Complementary color
Monochromatic Colors of #B07C6E
Black with #B07C6E
Text Example
Text Example
White with #B07C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C6E; }
p { color: rgb(176,124,110); }
H1.HeaderClassName
{
color: #B07C6E;
}
.AnyTagClassName
{
color: #B07C6E;
}
</style>
background-color css
<style>
a { background-color: #B07C6E; }
a { background-color: rgb(176,124,110); }
div.DivClassName
{
background-color: #B07C6E;
}
.BgClassName
{
background-color: #B07C6E;
}
</style>
border-color css
<style>
span { border-color: #B07C6E; }
span { border-color: rgb(176,124,110); }
td.TdClassName
{
border-color: #B07C6E;
}
.TagClassName
{
border-color: #B07C6E;
}
</style>