Shades of Brandy Rose #B88379
Tints of Brandy Rose #B88379
RGB
CMYK
RGB Variations
Color information
#B88379 (or 0xB88379) is known color: Brandy Rose. HEX triplet: B8, 83 and 79. RGB value is (184,131,121). Sum of RGB (Red+Green+Blue) = 184+131+121=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88379 is #477C86. Grayscale: #919191. Windows color (decimal): -4684935 or 7963576. OLE color: 7963576.
HSL color Cylindrical-coordinate representation of color #B88379: hue angle of 9.52º 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 #B88379 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 121 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.28 |
| HSL | 9.52º | 0.31% | 0.6% | - |
| HSV(B) | 9.52º | 0.34% | 0.72% | - |
| XYZ | 31.33 | 27.8 | 21.8 | - |
| YUV | 145.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 121 | 0 | 0.29 | 0.34 | 0.28 | 9.52 | 0.31 | 0.6 |
| Hex | B8 | 83 | 79 | 0 | 1D | 22 | 1C | A | 1F | 3C |
| Octal | 270 | 203 | 171 | 0 | 35 | 42 | 34 | 12 | 37 | 74 |
| Binary | 10111000 | 10000011 | 1111001 | 0 | 11101 | 100010 | 11100 | 1010 | 11111 | 111100 |
Color Harmonies of #B88379
Complementary color
Monochromatic Colors of #B88379
Black with #B88379
Text Example
Text Example
White with #B88379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88379; }
p { color: rgb(184,131,121); }
H1.HeaderClassName
{
color: #B88379;
}
.AnyTagClassName
{
color: #B88379;
}
</style>
background-color css
<style>
a { background-color: #B88379; }
a { background-color: rgb(184,131,121); }
div.DivClassName
{
background-color: #B88379;
}
.BgClassName
{
background-color: #B88379;
}
</style>
border-color css
<style>
span { border-color: #B88379; }
span { border-color: rgb(184,131,121); }
td.TdClassName
{
border-color: #B88379;
}
.TagClassName
{
border-color: #B88379;
}
</style>