Shades of Brandy Rose #B0837E
Tints of Brandy Rose #B0837E
RGB
CMYK
RGB Variations
Color information
#B0837E (or 0xB0837E) is known color: Brandy Rose. HEX triplet: B0, 83 and 7E. RGB value is (176,131,126). Sum of RGB (Red+Green+Blue) = 176+131+126=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0837E is #4F7C81. Grayscale: #8F8F8F. Windows color (decimal): -5209218 or 8291248. OLE color: 8291248.
HSL color Cylindrical-coordinate representation of color #B0837E: hue angle of 6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0837E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 126 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.31 |
| HSL | 6º | 0.24% | 0.59% | - |
| HSV(B) | 6º | 0.28% | 0.69% | - |
| XYZ | 29.79 | 26.97 | 23.37 | - |
| YUV | 143.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 126 | 0 | 0.26 | 0.28 | 0.31 | 6 | 0.24 | 0.59 |
| Hex | B0 | 83 | 7E | 0 | 1A | 1C | 1F | 6 | 18 | 3B |
| Octal | 260 | 203 | 176 | 0 | 32 | 34 | 37 | 6 | 30 | 73 |
| Binary | 10110000 | 10000011 | 1111110 | 0 | 11010 | 11100 | 11111 | 110 | 11000 | 111011 |
Color Harmonies of #B0837E
Complementary color
Monochromatic Colors of #B0837E
Black with #B0837E
Text Example
Text Example
White with #B0837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0837E; }
p { color: rgb(176,131,126); }
H1.HeaderClassName
{
color: #B0837E;
}
.AnyTagClassName
{
color: #B0837E;
}
</style>
background-color css
<style>
a { background-color: #B0837E; }
a { background-color: rgb(176,131,126); }
div.DivClassName
{
background-color: #B0837E;
}
.BgClassName
{
background-color: #B0837E;
}
</style>
border-color css
<style>
span { border-color: #B0837E; }
span { border-color: rgb(176,131,126); }
td.TdClassName
{
border-color: #B0837E;
}
.TagClassName
{
border-color: #B0837E;
}
</style>