Shades of Brandy Rose #B2897C
Tints of Brandy Rose #B2897C
RGB
CMYK
RGB Variations
Color information
#B2897C (or 0xB2897C) is known color: Brandy Rose. HEX triplet: B2, 89 and 7C. RGB value is (178,137,124). Sum of RGB (Red+Green+Blue) = 178+137+124=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2897C is #4D7683. Grayscale: #939393. Windows color (decimal): -5076612 or 8161714. OLE color: 8161714.
HSL color Cylindrical-coordinate representation of color #B2897C: hue angle of 14.44º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2897C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 124 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.30 |
| HSL | 14.44º | 0.26% | 0.59% | - |
| HSV(B) | 14.44º | 0.3% | 0.7% | - |
| XYZ | 30.94 | 28.81 | 23 | - |
| YUV | 147.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 124 | 0 | 0.23 | 0.30 | 0.30 | 14.44 | 0.26 | 0.59 |
| Hex | B2 | 89 | 7C | 0 | 17 | 1E | 1E | E | 1A | 3B |
| Octal | 262 | 211 | 174 | 0 | 27 | 36 | 36 | 16 | 32 | 73 |
| Binary | 10110010 | 10001001 | 1111100 | 0 | 10111 | 11110 | 11110 | 1110 | 11010 | 111011 |
Color Harmonies of #B2897C
Complementary color
Monochromatic Colors of #B2897C
Black with #B2897C
Text Example
Text Example
White with #B2897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2897C; }
p { color: rgb(178,137,124); }
H1.HeaderClassName
{
color: #B2897C;
}
.AnyTagClassName
{
color: #B2897C;
}
</style>
background-color css
<style>
a { background-color: #B2897C; }
a { background-color: rgb(178,137,124); }
div.DivClassName
{
background-color: #B2897C;
}
.BgClassName
{
background-color: #B2897C;
}
</style>
border-color css
<style>
span { border-color: #B2897C; }
span { border-color: rgb(178,137,124); }
td.TdClassName
{
border-color: #B2897C;
}
.TagClassName
{
border-color: #B2897C;
}
</style>