Shades of Brandy Rose #B07F6E
Tints of Brandy Rose #B07F6E
RGB
CMYK
RGB Variations
Color information
#B07F6E (or 0xB07F6E) is known color: Brandy Rose. HEX triplet: B0, 7F and 6E. RGB value is (176,127,110). Sum of RGB (Red+Green+Blue) = 176+127+110=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F6E is #4F8091. Grayscale: #8B8B8B. Windows color (decimal): -5210258 or 7241648. OLE color: 7241648.
HSL color Cylindrical-coordinate representation of color #B07F6E: hue angle of 15.45º 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 #B07F6E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 110 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.31 |
| HSL | 15.45º | 0.29% | 0.56% | - |
| HSV(B) | 15.45º | 0.38% | 0.69% | - |
| XYZ | 28.31 | 25.53 | 18.19 | - |
| YUV | 139.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 110 | 0 | 0.28 | 0.37 | 0.31 | 15.45 | 0.29 | 0.56 |
| Hex | B0 | 7F | 6E | 0 | 1C | 25 | 1F | F | 1D | 38 |
| Octal | 260 | 177 | 156 | 0 | 34 | 45 | 37 | 17 | 35 | 70 |
| Binary | 10110000 | 1111111 | 1101110 | 0 | 11100 | 100101 | 11111 | 1111 | 11101 | 111000 |
Color Harmonies of #B07F6E
Complementary color
Monochromatic Colors of #B07F6E
Black with #B07F6E
Text Example
Text Example
White with #B07F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F6E; }
p { color: rgb(176,127,110); }
H1.HeaderClassName
{
color: #B07F6E;
}
.AnyTagClassName
{
color: #B07F6E;
}
</style>
background-color css
<style>
a { background-color: #B07F6E; }
a { background-color: rgb(176,127,110); }
div.DivClassName
{
background-color: #B07F6E;
}
.BgClassName
{
background-color: #B07F6E;
}
</style>
border-color css
<style>
span { border-color: #B07F6E; }
span { border-color: rgb(176,127,110); }
td.TdClassName
{
border-color: #B07F6E;
}
.TagClassName
{
border-color: #B07F6E;
}
</style>