Shades of Brandy Rose #B8896D
Tints of Brandy Rose #B8896D
RGB
CMYK
RGB Variations
Color information
#B8896D (or 0xB8896D) is known color: Brandy Rose. HEX triplet: B8, 89 and 6D. RGB value is (184,137,109). Sum of RGB (Red+Green+Blue) = 184+137+109=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896D is #477692. Grayscale: #949494. Windows color (decimal): -4683411 or 7178680. OLE color: 7178680.
HSL color Cylindrical-coordinate representation of color #B8896D: hue angle of 22.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8896D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 109 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.28 |
| HSL | 22.4º | 0.35% | 0.57% | - |
| HSV(B) | 22.4º | 0.41% | 0.72% | - |
| XYZ | 31.47 | 29.19 | 18.44 | - |
| YUV | 147.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 109 | 0 | 0.26 | 0.41 | 0.28 | 22.4 | 0.35 | 0.57 |
| Hex | B8 | 89 | 6D | 0 | 1A | 29 | 1C | 16 | 23 | 39 |
| Octal | 270 | 211 | 155 | 0 | 32 | 51 | 34 | 26 | 43 | 71 |
| Binary | 10111000 | 10001001 | 1101101 | 0 | 11010 | 101001 | 11100 | 10110 | 100011 | 111001 |
Color Harmonies of #B8896D
Complementary color
Monochromatic Colors of #B8896D
Black with #B8896D
Text Example
Text Example
White with #B8896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8896D; }
p { color: rgb(184,137,109); }
H1.HeaderClassName
{
color: #B8896D;
}
.AnyTagClassName
{
color: #B8896D;
}
</style>
background-color css
<style>
a { background-color: #B8896D; }
a { background-color: rgb(184,137,109); }
div.DivClassName
{
background-color: #B8896D;
}
.BgClassName
{
background-color: #B8896D;
}
</style>
border-color css
<style>
span { border-color: #B8896D; }
span { border-color: rgb(184,137,109); }
td.TdClassName
{
border-color: #B8896D;
}
.TagClassName
{
border-color: #B8896D;
}
</style>