Shades of Brandy Rose #B8806E
Tints of Brandy Rose #B8806E
RGB
CMYK
RGB Variations
Color information
#B8806E (or 0xB8806E) is known color: Brandy Rose. HEX triplet: B8, 80 and 6E. RGB value is (184,128,110). Sum of RGB (Red+Green+Blue) = 184+128+110=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806E is #477F91. Grayscale: #8E8E8E. Windows color (decimal): -4685714 or 7241912. OLE color: 7241912.
HSL color Cylindrical-coordinate representation of color #B8806E: hue angle of 14.59º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8806E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 110 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.28 |
| HSL | 14.59º | 0.34% | 0.58% | - |
| HSV(B) | 14.59º | 0.4% | 0.72% | - |
| XYZ | 30.3 | 26.75 | 18.32 | - |
| YUV | 142.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 110 | 0 | 0.30 | 0.40 | 0.28 | 14.59 | 0.34 | 0.58 |
| Hex | B8 | 80 | 6E | 0 | 1E | 28 | 1C | F | 22 | 3A |
| Octal | 270 | 200 | 156 | 0 | 36 | 50 | 34 | 17 | 42 | 72 |
| Binary | 10111000 | 10000000 | 1101110 | 0 | 11110 | 101000 | 11100 | 1111 | 100010 | 111010 |
Color Harmonies of #B8806E
Complementary color
Monochromatic Colors of #B8806E
Black with #B8806E
Text Example
Text Example
White with #B8806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8806E; }
p { color: rgb(184,128,110); }
H1.HeaderClassName
{
color: #B8806E;
}
.AnyTagClassName
{
color: #B8806E;
}
</style>
background-color css
<style>
a { background-color: #B8806E; }
a { background-color: rgb(184,128,110); }
div.DivClassName
{
background-color: #B8806E;
}
.BgClassName
{
background-color: #B8806E;
}
</style>
border-color css
<style>
span { border-color: #B8806E; }
span { border-color: rgb(184,128,110); }
td.TdClassName
{
border-color: #B8806E;
}
.TagClassName
{
border-color: #B8806E;
}
</style>