Shades of Brandy Rose #B8816B
Tints of Brandy Rose #B8816B
RGB
CMYK
RGB Variations
Color information
#B8816B (or 0xB8816B) is known color: Brandy Rose. HEX triplet: B8, 81 and 6B. RGB value is (184,129,107). Sum of RGB (Red+Green+Blue) = 184+129+107=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8816B is #477E94. Grayscale: #8F8F8F. Windows color (decimal): -4685461 or 7045560. OLE color: 7045560.
HSL color Cylindrical-coordinate representation of color #B8816B: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8816B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 107 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.28 |
| HSL | 17.14º | 0.35% | 0.57% | - |
| HSV(B) | 17.14º | 0.42% | 0.72% | - |
| XYZ | 30.27 | 26.95 | 17.52 | - |
| YUV | 142.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 107 | 0 | 0.30 | 0.42 | 0.28 | 17.14 | 0.35 | 0.57 |
| Hex | B8 | 81 | 6B | 0 | 1E | 2A | 1C | 11 | 23 | 39 |
| Octal | 270 | 201 | 153 | 0 | 36 | 52 | 34 | 21 | 43 | 71 |
| Binary | 10111000 | 10000001 | 1101011 | 0 | 11110 | 101010 | 11100 | 10001 | 100011 | 111001 |
Color Harmonies of #B8816B
Complementary color
Monochromatic Colors of #B8816B
Black with #B8816B
Text Example
Text Example
White with #B8816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8816B; }
p { color: rgb(184,129,107); }
H1.HeaderClassName
{
color: #B8816B;
}
.AnyTagClassName
{
color: #B8816B;
}
</style>
background-color css
<style>
a { background-color: #B8816B; }
a { background-color: rgb(184,129,107); }
div.DivClassName
{
background-color: #B8816B;
}
.BgClassName
{
background-color: #B8816B;
}
</style>
border-color css
<style>
span { border-color: #B8816B; }
span { border-color: rgb(184,129,107); }
td.TdClassName
{
border-color: #B8816B;
}
.TagClassName
{
border-color: #B8816B;
}
</style>