Shades of Brandy Rose #B2807F
Tints of Brandy Rose #B2807F
RGB
CMYK
RGB Variations
Color information
#B2807F (or 0xB2807F) is known color: Brandy Rose. HEX triplet: B2, 80 and 7F. RGB value is (178,128,127). Sum of RGB (Red+Green+Blue) = 178+128+127=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2807F is #4D7F80. Grayscale: #8E8E8E. Windows color (decimal): -5078913 or 8356018. OLE color: 8356018.
HSL color Cylindrical-coordinate representation of color #B2807F: hue angle of 1.18º 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 #B2807F is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 127 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.30 |
| HSL | 1.18º | 0.25% | 0.6% | - |
| HSV(B) | 1.18º | 0.29% | 0.7% | - |
| XYZ | 29.91 | 26.44 | 23.6 | - |
| YUV | 142.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 127 | 0 | 0.28 | 0.29 | 0.30 | 1.18 | 0.25 | 0.6 |
| Hex | B2 | 80 | 7F | 0 | 1C | 1D | 1E | 1 | 19 | 3C |
| Octal | 262 | 200 | 177 | 0 | 34 | 35 | 36 | 1 | 31 | 74 |
| Binary | 10110010 | 10000000 | 1111111 | 0 | 11100 | 11101 | 11110 | 1 | 11001 | 111100 |
Color Harmonies of #B2807F
Complementary color
Monochromatic Colors of #B2807F
Black with #B2807F
Text Example
Text Example
White with #B2807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2807F; }
p { color: rgb(178,128,127); }
H1.HeaderClassName
{
color: #B2807F;
}
.AnyTagClassName
{
color: #B2807F;
}
</style>
background-color css
<style>
a { background-color: #B2807F; }
a { background-color: rgb(178,128,127); }
div.DivClassName
{
background-color: #B2807F;
}
.BgClassName
{
background-color: #B2807F;
}
</style>
border-color css
<style>
span { border-color: #B2807F; }
span { border-color: rgb(178,128,127); }
td.TdClassName
{
border-color: #B2807F;
}
.TagClassName
{
border-color: #B2807F;
}
</style>