Shades of Brandy Rose #B88775
Tints of Brandy Rose #B88775
RGB
CMYK
RGB Variations
Color information
#B88775 (or 0xB88775) is known color: Brandy Rose. HEX triplet: B8, 87 and 75. RGB value is (184,135,117). Sum of RGB (Red+Green+Blue) = 184+135+117=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88775 is #47788A. Grayscale: #939393. Windows color (decimal): -4683915 or 7702456. OLE color: 7702456.
HSL color Cylindrical-coordinate representation of color #B88775: hue angle of 16.12º 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 #B88775 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 117 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.28 |
| HSL | 16.12º | 0.32% | 0.59% | - |
| HSV(B) | 16.12º | 0.36% | 0.72% | - |
| XYZ | 31.64 | 28.8 | 20.72 | - |
| YUV | 147.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 117 | 0 | 0.27 | 0.36 | 0.28 | 16.12 | 0.32 | 0.59 |
| Hex | B8 | 87 | 75 | 0 | 1B | 24 | 1C | 10 | 20 | 3B |
| Octal | 270 | 207 | 165 | 0 | 33 | 44 | 34 | 20 | 40 | 73 |
| Binary | 10111000 | 10000111 | 1110101 | 0 | 11011 | 100100 | 11100 | 10000 | 100000 | 111011 |
Color Harmonies of #B88775
Complementary color
Monochromatic Colors of #B88775
Black with #B88775
Text Example
Text Example
White with #B88775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88775; }
p { color: rgb(184,135,117); }
H1.HeaderClassName
{
color: #B88775;
}
.AnyTagClassName
{
color: #B88775;
}
</style>
background-color css
<style>
a { background-color: #B88775; }
a { background-color: rgb(184,135,117); }
div.DivClassName
{
background-color: #B88775;
}
.BgClassName
{
background-color: #B88775;
}
</style>
border-color css
<style>
span { border-color: #B88775; }
span { border-color: rgb(184,135,117); }
td.TdClassName
{
border-color: #B88775;
}
.TagClassName
{
border-color: #B88775;
}
</style>