Shades of Brandy Rose #B28A76
Tints of Brandy Rose #B28A76
RGB
CMYK
RGB Variations
Color information
#B28A76 (or 0xB28A76) is known color: Brandy Rose. HEX triplet: B2, 8A and 76. RGB value is (178,138,118). Sum of RGB (Red+Green+Blue) = 178+138+118=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A76 is #4D7589. Grayscale: #939393. Windows color (decimal): -5076362 or 7768754. OLE color: 7768754.
HSL color Cylindrical-coordinate representation of color #B28A76: hue angle of 20º 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 #B28A76 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 118 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.30 |
| HSL | 20º | 0.28% | 0.58% | - |
| HSV(B) | 20º | 0.34% | 0.7% | - |
| XYZ | 30.72 | 28.95 | 21.11 | - |
| YUV | 147.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 118 | 0 | 0.22 | 0.34 | 0.30 | 20 | 0.28 | 0.58 |
| Hex | B2 | 8A | 76 | 0 | 16 | 22 | 1E | 14 | 1C | 3A |
| Octal | 262 | 212 | 166 | 0 | 26 | 42 | 36 | 24 | 34 | 72 |
| Binary | 10110010 | 10001010 | 1110110 | 0 | 10110 | 100010 | 11110 | 10100 | 11100 | 111010 |
Color Harmonies of #B28A76
Complementary color
Monochromatic Colors of #B28A76
Black with #B28A76
Text Example
Text Example
White with #B28A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A76; }
p { color: rgb(178,138,118); }
H1.HeaderClassName
{
color: #B28A76;
}
.AnyTagClassName
{
color: #B28A76;
}
</style>
background-color css
<style>
a { background-color: #B28A76; }
a { background-color: rgb(178,138,118); }
div.DivClassName
{
background-color: #B28A76;
}
.BgClassName
{
background-color: #B28A76;
}
</style>
border-color css
<style>
span { border-color: #B28A76; }
span { border-color: rgb(178,138,118); }
td.TdClassName
{
border-color: #B28A76;
}
.TagClassName
{
border-color: #B28A76;
}
</style>