Shades of Brandy Rose #B8806D
Tints of Brandy Rose #B8806D
RGB
CMYK
RGB Variations
Color information
#B8806D (or 0xB8806D) is known color: Brandy Rose. HEX triplet: B8, 80 and 6D. RGB value is (184,128,109). Sum of RGB (Red+Green+Blue) = 184+128+109=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806D is #477F92. Grayscale: #8E8E8E. Windows color (decimal): -4685715 or 7176376. OLE color: 7176376.
HSL color Cylindrical-coordinate representation of color #B8806D: hue angle of 15.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8806D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 109 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.28 |
| HSL | 15.2º | 0.35% | 0.57% | - |
| HSV(B) | 15.2º | 0.41% | 0.72% | - |
| XYZ | 30.25 | 26.73 | 18.03 | - |
| YUV | 142.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 109 | 0 | 0.30 | 0.41 | 0.28 | 15.2 | 0.35 | 0.57 |
| Hex | B8 | 80 | 6D | 0 | 1E | 29 | 1C | F | 23 | 39 |
| Octal | 270 | 200 | 155 | 0 | 36 | 51 | 34 | 17 | 43 | 71 |
| Binary | 10111000 | 10000000 | 1101101 | 0 | 11110 | 101001 | 11100 | 1111 | 100011 | 111001 |
Color Harmonies of #B8806D
Complementary color
Monochromatic Colors of #B8806D
Black with #B8806D
Text Example
Text Example
White with #B8806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8806D; }
p { color: rgb(184,128,109); }
H1.HeaderClassName
{
color: #B8806D;
}
.AnyTagClassName
{
color: #B8806D;
}
</style>
background-color css
<style>
a { background-color: #B8806D; }
a { background-color: rgb(184,128,109); }
div.DivClassName
{
background-color: #B8806D;
}
.BgClassName
{
background-color: #B8806D;
}
</style>
border-color css
<style>
span { border-color: #B8806D; }
span { border-color: rgb(184,128,109); }
td.TdClassName
{
border-color: #B8806D;
}
.TagClassName
{
border-color: #B8806D;
}
</style>