Shades of Brandy Rose #B27876
Tints of Brandy Rose #B27876
RGB
CMYK
RGB Variations
Color information
#B27876 (or 0xB27876) is known color: Brandy Rose. HEX triplet: B2, 78 and 76. RGB value is (178,120,118). Sum of RGB (Red+Green+Blue) = 178+120+118=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B27876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27876 is #4D8789. Grayscale: #898989. Windows color (decimal): -5080970 or 7764146. OLE color: 7764146.
HSL color Cylindrical-coordinate representation of color #B27876: hue angle of 2º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27876 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 118 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.30 |
| HSL | 2º | 0.28% | 0.58% | - |
| HSV(B) | 2º | 0.34% | 0.7% | - |
| XYZ | 28.35 | 24.21 | 20.32 | - |
| YUV | 137.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 118 | 0 | 0.33 | 0.34 | 0.30 | 2 | 0.28 | 0.58 |
| Hex | B2 | 78 | 76 | 0 | 21 | 22 | 1E | 2 | 1C | 3A |
| Octal | 262 | 170 | 166 | 0 | 41 | 42 | 36 | 2 | 34 | 72 |
| Binary | 10110010 | 1111000 | 1110110 | 0 | 100001 | 100010 | 11110 | 10 | 11100 | 111010 |
Color Harmonies of #B27876
Complementary color
Monochromatic Colors of #B27876
Black with #B27876
Text Example
Text Example
White with #B27876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27876; }
p { color: rgb(178,120,118); }
H1.HeaderClassName
{
color: #B27876;
}
.AnyTagClassName
{
color: #B27876;
}
</style>
background-color css
<style>
a { background-color: #B27876; }
a { background-color: rgb(178,120,118); }
div.DivClassName
{
background-color: #B27876;
}
.BgClassName
{
background-color: #B27876;
}
</style>
border-color css
<style>
span { border-color: #B27876; }
span { border-color: rgb(178,120,118); }
td.TdClassName
{
border-color: #B27876;
}
.TagClassName
{
border-color: #B27876;
}
</style>