Shades of Brandy Rose #B2817E
Tints of Brandy Rose #B2817E
RGB
CMYK
RGB Variations
Color information
#B2817E (or 0xB2817E) is known color: Brandy Rose. HEX triplet: B2, 81 and 7E. RGB value is (178,129,126). Sum of RGB (Red+Green+Blue) = 178+129+126=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2817E is #4D7E81. Grayscale: #8F8F8F. Windows color (decimal): -5078658 or 8290738. OLE color: 8290738.
HSL color Cylindrical-coordinate representation of color #B2817E: hue angle of 3.46º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2817E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 126 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.30 |
| HSL | 3.46º | 0.25% | 0.6% | - |
| HSV(B) | 3.46º | 0.29% | 0.7% | - |
| XYZ | 29.98 | 26.67 | 23.31 | - |
| YUV | 143.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 126 | 0 | 0.28 | 0.29 | 0.30 | 3.46 | 0.25 | 0.6 |
| Hex | B2 | 81 | 7E | 0 | 1C | 1D | 1E | 3 | 19 | 3C |
| Octal | 262 | 201 | 176 | 0 | 34 | 35 | 36 | 3 | 31 | 74 |
| Binary | 10110010 | 10000001 | 1111110 | 0 | 11100 | 11101 | 11110 | 11 | 11001 | 111100 |
Color Harmonies of #B2817E
Complementary color
Monochromatic Colors of #B2817E
Black with #B2817E
Text Example
Text Example
White with #B2817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2817E; }
p { color: rgb(178,129,126); }
H1.HeaderClassName
{
color: #B2817E;
}
.AnyTagClassName
{
color: #B2817E;
}
</style>
background-color css
<style>
a { background-color: #B2817E; }
a { background-color: rgb(178,129,126); }
div.DivClassName
{
background-color: #B2817E;
}
.BgClassName
{
background-color: #B2817E;
}
</style>
border-color css
<style>
span { border-color: #B2817E; }
span { border-color: rgb(178,129,126); }
td.TdClassName
{
border-color: #B2817E;
}
.TagClassName
{
border-color: #B2817E;
}
</style>