Shades of Brandy Rose #B8837D
Tints of Brandy Rose #B8837D
RGB
CMYK
RGB Variations
Color information
#B8837D (or 0xB8837D) is known color: Brandy Rose. HEX triplet: B8, 83 and 7D. RGB value is (184,131,125). Sum of RGB (Red+Green+Blue) = 184+131+125=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8837D is #477C82. Grayscale: #929292. Windows color (decimal): -4684931 or 8225720. OLE color: 8225720.
HSL color Cylindrical-coordinate representation of color #B8837D: hue angle of 6.1º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8837D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 125 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.28 |
| HSL | 6.1º | 0.29% | 0.61% | - |
| HSV(B) | 6.1º | 0.32% | 0.72% | - |
| XYZ | 31.59 | 27.9 | 23.12 | - |
| YUV | 146.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 125 | 0 | 0.29 | 0.32 | 0.28 | 6.1 | 0.29 | 0.61 |
| Hex | B8 | 83 | 7D | 0 | 1D | 20 | 1C | 6 | 1D | 3D |
| Octal | 270 | 203 | 175 | 0 | 35 | 40 | 34 | 6 | 35 | 75 |
| Binary | 10111000 | 10000011 | 1111101 | 0 | 11101 | 100000 | 11100 | 110 | 11101 | 111101 |
Color Harmonies of #B8837D
Complementary color
Monochromatic Colors of #B8837D
Black with #B8837D
Text Example
Text Example
White with #B8837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8837D; }
p { color: rgb(184,131,125); }
H1.HeaderClassName
{
color: #B8837D;
}
.AnyTagClassName
{
color: #B8837D;
}
</style>
background-color css
<style>
a { background-color: #B8837D; }
a { background-color: rgb(184,131,125); }
div.DivClassName
{
background-color: #B8837D;
}
.BgClassName
{
background-color: #B8837D;
}
</style>
border-color css
<style>
span { border-color: #B8837D; }
span { border-color: rgb(184,131,125); }
td.TdClassName
{
border-color: #B8837D;
}
.TagClassName
{
border-color: #B8837D;
}
</style>