Shades of Brandy Rose #B27877
Tints of Brandy Rose #B27877
RGB
CMYK
RGB Variations
Color information
#B27877 (or 0xB27877) is known color: Brandy Rose. HEX triplet: B2, 78 and 77. RGB value is (178,120,119). Sum of RGB (Red+Green+Blue) = 178+120+119=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B27877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27877 is #4D8788. Grayscale: #898989. Windows color (decimal): -5080969 or 7829682. OLE color: 7829682.
HSL color Cylindrical-coordinate representation of color #B27877: hue angle of 1.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27877 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 119 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.30 |
| HSL | 1.02º | 0.28% | 0.58% | - |
| HSV(B) | 1.02º | 0.33% | 0.7% | - |
| XYZ | 28.41 | 24.23 | 20.63 | - |
| YUV | 137.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 119 | 0 | 0.33 | 0.33 | 0.30 | 1.02 | 0.28 | 0.58 |
| Hex | B2 | 78 | 77 | 0 | 21 | 21 | 1E | 1 | 1C | 3A |
| Octal | 262 | 170 | 167 | 0 | 41 | 41 | 36 | 1 | 34 | 72 |
| Binary | 10110010 | 1111000 | 1110111 | 0 | 100001 | 100001 | 11110 | 1 | 11100 | 111010 |
Color Harmonies of #B27877
Complementary color
Monochromatic Colors of #B27877
Black with #B27877
Text Example
Text Example
White with #B27877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27877; }
p { color: rgb(178,120,119); }
H1.HeaderClassName
{
color: #B27877;
}
.AnyTagClassName
{
color: #B27877;
}
</style>
background-color css
<style>
a { background-color: #B27877; }
a { background-color: rgb(178,120,119); }
div.DivClassName
{
background-color: #B27877;
}
.BgClassName
{
background-color: #B27877;
}
</style>
border-color css
<style>
span { border-color: #B27877; }
span { border-color: rgb(178,120,119); }
td.TdClassName
{
border-color: #B27877;
}
.TagClassName
{
border-color: #B27877;
}
</style>