Shades of Brandy Rose #B88072
Tints of Brandy Rose #B88072
RGB
CMYK
RGB Variations
Color information
#B88072 (or 0xB88072) is known color: Brandy Rose. HEX triplet: B8, 80 and 72. RGB value is (184,128,114). Sum of RGB (Red+Green+Blue) = 184+128+114=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88072 is #477F8D. Grayscale: #8F8F8F. Windows color (decimal): -4685710 or 7504056. OLE color: 7504056.
HSL color Cylindrical-coordinate representation of color #B88072: hue angle of 12º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88072 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 114 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.28 |
| HSL | 12º | 0.33% | 0.58% | - |
| HSV(B) | 12º | 0.38% | 0.72% | - |
| XYZ | 30.52 | 26.84 | 19.49 | - |
| YUV | 143.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 114 | 0 | 0.30 | 0.38 | 0.28 | 12 | 0.33 | 0.58 |
| Hex | B8 | 80 | 72 | 0 | 1E | 26 | 1C | C | 21 | 3A |
| Octal | 270 | 200 | 162 | 0 | 36 | 46 | 34 | 14 | 41 | 72 |
| Binary | 10111000 | 10000000 | 1110010 | 0 | 11110 | 100110 | 11100 | 1100 | 100001 | 111010 |
Color Harmonies of #B88072
Complementary color
Monochromatic Colors of #B88072
Black with #B88072
Text Example
Text Example
White with #B88072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88072; }
p { color: rgb(184,128,114); }
H1.HeaderClassName
{
color: #B88072;
}
.AnyTagClassName
{
color: #B88072;
}
</style>
background-color css
<style>
a { background-color: #B88072; }
a { background-color: rgb(184,128,114); }
div.DivClassName
{
background-color: #B88072;
}
.BgClassName
{
background-color: #B88072;
}
</style>
border-color css
<style>
span { border-color: #B88072; }
span { border-color: rgb(184,128,114); }
td.TdClassName
{
border-color: #B88072;
}
.TagClassName
{
border-color: #B88072;
}
</style>