Shades of Brandy Rose #B8826F
Tints of Brandy Rose #B8826F
RGB
CMYK
RGB Variations
Color information
#B8826F (or 0xB8826F) is known color: Brandy Rose. HEX triplet: B8, 82 and 6F. RGB value is (184,130,111). Sum of RGB (Red+Green+Blue) = 184+130+111=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8826F is #477D90. Grayscale: #909090. Windows color (decimal): -4685201 or 7307960. OLE color: 7307960.
HSL color Cylindrical-coordinate representation of color #B8826F: hue angle of 15.62º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8826F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 111 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.28 |
| HSL | 15.62º | 0.34% | 0.58% | - |
| HSV(B) | 15.62º | 0.4% | 0.72% | - |
| XYZ | 30.62 | 27.3 | 18.7 | - |
| YUV | 143.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 111 | 0 | 0.29 | 0.40 | 0.28 | 15.62 | 0.34 | 0.58 |
| Hex | B8 | 82 | 6F | 0 | 1D | 28 | 1C | 10 | 22 | 3A |
| Octal | 270 | 202 | 157 | 0 | 35 | 50 | 34 | 20 | 42 | 72 |
| Binary | 10111000 | 10000010 | 1101111 | 0 | 11101 | 101000 | 11100 | 10000 | 100010 | 111010 |
Color Harmonies of #B8826F
Complementary color
Monochromatic Colors of #B8826F
Black with #B8826F
Text Example
Text Example
White with #B8826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8826F; }
p { color: rgb(184,130,111); }
H1.HeaderClassName
{
color: #B8826F;
}
.AnyTagClassName
{
color: #B8826F;
}
</style>
background-color css
<style>
a { background-color: #B8826F; }
a { background-color: rgb(184,130,111); }
div.DivClassName
{
background-color: #B8826F;
}
.BgClassName
{
background-color: #B8826F;
}
</style>
border-color css
<style>
span { border-color: #B8826F; }
span { border-color: rgb(184,130,111); }
td.TdClassName
{
border-color: #B8826F;
}
.TagClassName
{
border-color: #B8826F;
}
</style>