Shades of Brandy Rose #B2837F
Tints of Brandy Rose #B2837F
RGB
CMYK
RGB Variations
Color information
#B2837F (or 0xB2837F) is known color: Brandy Rose. HEX triplet: B2, 83 and 7F. RGB value is (178,131,127). Sum of RGB (Red+Green+Blue) = 178+131+127=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2837F is #4D7C80. Grayscale: #909090. Windows color (decimal): -5078145 or 8356786. OLE color: 8356786.
HSL color Cylindrical-coordinate representation of color #B2837F: hue angle of 4.71º 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 #B2837F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 127 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.30 |
| HSL | 4.71º | 0.25% | 0.6% | - |
| HSV(B) | 4.71º | 0.29% | 0.7% | - |
| XYZ | 30.31 | 27.23 | 23.74 | - |
| YUV | 144.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 127 | 0 | 0.26 | 0.29 | 0.30 | 4.71 | 0.25 | 0.6 |
| Hex | B2 | 83 | 7F | 0 | 1A | 1D | 1E | 5 | 19 | 3C |
| Octal | 262 | 203 | 177 | 0 | 32 | 35 | 36 | 5 | 31 | 74 |
| Binary | 10110010 | 10000011 | 1111111 | 0 | 11010 | 11101 | 11110 | 101 | 11001 | 111100 |
Color Harmonies of #B2837F
Complementary color
Monochromatic Colors of #B2837F
Black with #B2837F
Text Example
Text Example
White with #B2837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2837F; }
p { color: rgb(178,131,127); }
H1.HeaderClassName
{
color: #B2837F;
}
.AnyTagClassName
{
color: #B2837F;
}
</style>
background-color css
<style>
a { background-color: #B2837F; }
a { background-color: rgb(178,131,127); }
div.DivClassName
{
background-color: #B2837F;
}
.BgClassName
{
background-color: #B2837F;
}
</style>
border-color css
<style>
span { border-color: #B2837F; }
span { border-color: rgb(178,131,127); }
td.TdClassName
{
border-color: #B2837F;
}
.TagClassName
{
border-color: #B2837F;
}
</style>