Shades of Brandy Rose #B0837D
Tints of Brandy Rose #B0837D
RGB
CMYK
RGB Variations
Color information
#B0837D (or 0xB0837D) is known color: Brandy Rose. HEX triplet: B0, 83 and 7D. RGB value is (176,131,125). Sum of RGB (Red+Green+Blue) = 176+131+125=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0837D is #4F7C82. Grayscale: #8F8F8F. Windows color (decimal): -5209219 or 8225712. OLE color: 8225712.
HSL color Cylindrical-coordinate representation of color #B0837D: hue angle of 7.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0837D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 125 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.31 |
| HSL | 7.06º | 0.24% | 0.59% | - |
| HSV(B) | 7.06º | 0.29% | 0.69% | - |
| XYZ | 29.72 | 26.94 | 23.04 | - |
| YUV | 143.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 125 | 0 | 0.26 | 0.29 | 0.31 | 7.06 | 0.24 | 0.59 |
| Hex | B0 | 83 | 7D | 0 | 1A | 1D | 1F | 7 | 18 | 3B |
| Octal | 260 | 203 | 175 | 0 | 32 | 35 | 37 | 7 | 30 | 73 |
| Binary | 10110000 | 10000011 | 1111101 | 0 | 11010 | 11101 | 11111 | 111 | 11000 | 111011 |
Color Harmonies of #B0837D
Complementary color
Monochromatic Colors of #B0837D
Black with #B0837D
Text Example
Text Example
White with #B0837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0837D; }
p { color: rgb(176,131,125); }
H1.HeaderClassName
{
color: #B0837D;
}
.AnyTagClassName
{
color: #B0837D;
}
</style>
background-color css
<style>
a { background-color: #B0837D; }
a { background-color: rgb(176,131,125); }
div.DivClassName
{
background-color: #B0837D;
}
.BgClassName
{
background-color: #B0837D;
}
</style>
border-color css
<style>
span { border-color: #B0837D; }
span { border-color: rgb(176,131,125); }
td.TdClassName
{
border-color: #B0837D;
}
.TagClassName
{
border-color: #B0837D;
}
</style>