Shades of Brandy Rose #B88370
Tints of Brandy Rose #B88370
RGB
CMYK
RGB Variations
Color information
#B88370 (or 0xB88370) is known color: Brandy Rose. HEX triplet: B8, 83 and 70. RGB value is (184,131,112). Sum of RGB (Red+Green+Blue) = 184+131+112=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88370 is #477C8F. Grayscale: #909090. Windows color (decimal): -4684944 or 7373752. OLE color: 7373752.
HSL color Cylindrical-coordinate representation of color #B88370: hue angle of 15.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88370 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 112 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.28 |
| HSL | 15.83º | 0.34% | 0.58% | - |
| HSV(B) | 15.83º | 0.39% | 0.72% | - |
| XYZ | 30.81 | 27.59 | 19.03 | - |
| YUV | 144.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 112 | 0 | 0.29 | 0.39 | 0.28 | 15.83 | 0.34 | 0.58 |
| Hex | B8 | 83 | 70 | 0 | 1D | 27 | 1C | 10 | 22 | 3A |
| Octal | 270 | 203 | 160 | 0 | 35 | 47 | 34 | 20 | 42 | 72 |
| Binary | 10111000 | 10000011 | 1110000 | 0 | 11101 | 100111 | 11100 | 10000 | 100010 | 111010 |
Color Harmonies of #B88370
Complementary color
Monochromatic Colors of #B88370
Black with #B88370
Text Example
Text Example
White with #B88370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88370; }
p { color: rgb(184,131,112); }
H1.HeaderClassName
{
color: #B88370;
}
.AnyTagClassName
{
color: #B88370;
}
</style>
background-color css
<style>
a { background-color: #B88370; }
a { background-color: rgb(184,131,112); }
div.DivClassName
{
background-color: #B88370;
}
.BgClassName
{
background-color: #B88370;
}
</style>
border-color css
<style>
span { border-color: #B88370; }
span { border-color: rgb(184,131,112); }
td.TdClassName
{
border-color: #B88370;
}
.TagClassName
{
border-color: #B88370;
}
</style>