Shades of Brandy Rose #B88779
Tints of Brandy Rose #B88779
RGB
CMYK
RGB Variations
Color information
#B88779 (or 0xB88779) is known color: Brandy Rose. HEX triplet: B8, 87 and 79. RGB value is (184,135,121). Sum of RGB (Red+Green+Blue) = 184+135+121=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B88779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88779 is #477886. Grayscale: #949494. Windows color (decimal): -4683911 or 7964600. OLE color: 7964600.
HSL color Cylindrical-coordinate representation of color #B88779: hue angle of 13.33º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88779 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 121 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.28 |
| HSL | 13.33º | 0.31% | 0.6% | - |
| HSV(B) | 13.33º | 0.34% | 0.72% | - |
| XYZ | 31.88 | 28.9 | 21.99 | - |
| YUV | 148.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 121 | 0 | 0.27 | 0.34 | 0.28 | 13.33 | 0.31 | 0.6 |
| Hex | B8 | 87 | 79 | 0 | 1B | 22 | 1C | D | 1F | 3C |
| Octal | 270 | 207 | 171 | 0 | 33 | 42 | 34 | 15 | 37 | 74 |
| Binary | 10111000 | 10000111 | 1111001 | 0 | 11011 | 100010 | 11100 | 1101 | 11111 | 111100 |
Color Harmonies of #B88779
Complementary color
Monochromatic Colors of #B88779
Black with #B88779
Text Example
Text Example
White with #B88779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88779; }
p { color: rgb(184,135,121); }
H1.HeaderClassName
{
color: #B88779;
}
.AnyTagClassName
{
color: #B88779;
}
</style>
background-color css
<style>
a { background-color: #B88779; }
a { background-color: rgb(184,135,121); }
div.DivClassName
{
background-color: #B88779;
}
.BgClassName
{
background-color: #B88779;
}
</style>
border-color css
<style>
span { border-color: #B88779; }
span { border-color: rgb(184,135,121); }
td.TdClassName
{
border-color: #B88779;
}
.TagClassName
{
border-color: #B88779;
}
</style>