Shades of Brandy Rose #B27C76
Tints of Brandy Rose #B27C76
RGB
CMYK
RGB Variations
Color information
#B27C76 (or 0xB27C76) is known color: Brandy Rose. HEX triplet: B2, 7C and 76. RGB value is (178,124,118). Sum of RGB (Red+Green+Blue) = 178+124+118=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C76 is #4D8389. Grayscale: #8B8B8B. Windows color (decimal): -5079946 or 7765170. OLE color: 7765170.
HSL color Cylindrical-coordinate representation of color #B27C76: hue angle of 6º 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 #B27C76 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 118 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.30 |
| HSL | 6º | 0.28% | 0.58% | - |
| HSV(B) | 6º | 0.34% | 0.7% | - |
| XYZ | 28.84 | 25.19 | 20.48 | - |
| YUV | 139.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 118 | 0 | 0.30 | 0.34 | 0.30 | 6 | 0.28 | 0.58 |
| Hex | B2 | 7C | 76 | 0 | 1E | 22 | 1E | 6 | 1C | 3A |
| Octal | 262 | 174 | 166 | 0 | 36 | 42 | 36 | 6 | 34 | 72 |
| Binary | 10110010 | 1111100 | 1110110 | 0 | 11110 | 100010 | 11110 | 110 | 11100 | 111010 |
Color Harmonies of #B27C76
Complementary color
Monochromatic Colors of #B27C76
Black with #B27C76
Text Example
Text Example
White with #B27C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C76; }
p { color: rgb(178,124,118); }
H1.HeaderClassName
{
color: #B27C76;
}
.AnyTagClassName
{
color: #B27C76;
}
</style>
background-color css
<style>
a { background-color: #B27C76; }
a { background-color: rgb(178,124,118); }
div.DivClassName
{
background-color: #B27C76;
}
.BgClassName
{
background-color: #B27C76;
}
</style>
border-color css
<style>
span { border-color: #B27C76; }
span { border-color: rgb(178,124,118); }
td.TdClassName
{
border-color: #B27C76;
}
.TagClassName
{
border-color: #B27C76;
}
</style>