Shades of Brandy Rose #B88076
Tints of Brandy Rose #B88076
RGB
CMYK
RGB Variations
Color information
#B88076 (or 0xB88076) is known color: Brandy Rose. HEX triplet: B8, 80 and 76. RGB value is (184,128,118). Sum of RGB (Red+Green+Blue) = 184+128+118=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B88076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88076 is #477F89. Grayscale: #8F8F8F. Windows color (decimal): -4685706 or 7766200. OLE color: 7766200.
HSL color Cylindrical-coordinate representation of color #B88076: hue angle of 9.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88076 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 118 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.28 |
| HSL | 9.09º | 0.32% | 0.59% | - |
| HSV(B) | 9.09º | 0.36% | 0.72% | - |
| XYZ | 30.76 | 26.94 | 20.72 | - |
| YUV | 143.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 118 | 0 | 0.30 | 0.36 | 0.28 | 9.09 | 0.32 | 0.59 |
| Hex | B8 | 80 | 76 | 0 | 1E | 24 | 1C | 9 | 20 | 3B |
| Octal | 270 | 200 | 166 | 0 | 36 | 44 | 34 | 11 | 40 | 73 |
| Binary | 10111000 | 10000000 | 1110110 | 0 | 11110 | 100100 | 11100 | 1001 | 100000 | 111011 |
Color Harmonies of #B88076
Complementary color
Monochromatic Colors of #B88076
Black with #B88076
Text Example
Text Example
White with #B88076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88076; }
p { color: rgb(184,128,118); }
H1.HeaderClassName
{
color: #B88076;
}
.AnyTagClassName
{
color: #B88076;
}
</style>
background-color css
<style>
a { background-color: #B88076; }
a { background-color: rgb(184,128,118); }
div.DivClassName
{
background-color: #B88076;
}
.BgClassName
{
background-color: #B88076;
}
</style>
border-color css
<style>
span { border-color: #B88076; }
span { border-color: rgb(184,128,118); }
td.TdClassName
{
border-color: #B88076;
}
.TagClassName
{
border-color: #B88076;
}
</style>