Shades of Brandy Rose #B67877
Tints of Brandy Rose #B67877
RGB
CMYK
RGB Variations
Color information
#B67877 (or 0xB67877) is known color: Brandy Rose. HEX triplet: B6, 78 and 77. RGB value is (182,120,119). Sum of RGB (Red+Green+Blue) = 182+120+119=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B67877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67877 is #498788. Grayscale: #8A8A8A. Windows color (decimal): -4818825 or 7829686. OLE color: 7829686.
HSL color Cylindrical-coordinate representation of color #B67877: hue angle of 0.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67877 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 119 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.29 |
| HSL | 0.95º | 0.3% | 0.59% | - |
| HSV(B) | 0.95º | 0.35% | 0.71% | - |
| XYZ | 29.34 | 24.71 | 20.68 | - |
| YUV | 138.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 119 | 0 | 0.34 | 0.35 | 0.29 | 0.95 | 0.3 | 0.59 |
| Hex | B6 | 78 | 77 | 0 | 22 | 23 | 1D | 1 | 1E | 3B |
| Octal | 266 | 170 | 167 | 0 | 42 | 43 | 35 | 1 | 36 | 73 |
| Binary | 10110110 | 1111000 | 1110111 | 0 | 100010 | 100011 | 11101 | 1 | 11110 | 111011 |
Color Harmonies of #B67877
Complementary color
Monochromatic Colors of #B67877
Black with #B67877
Text Example
Text Example
White with #B67877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67877; }
p { color: rgb(182,120,119); }
H1.HeaderClassName
{
color: #B67877;
}
.AnyTagClassName
{
color: #B67877;
}
</style>
background-color css
<style>
a { background-color: #B67877; }
a { background-color: rgb(182,120,119); }
div.DivClassName
{
background-color: #B67877;
}
.BgClassName
{
background-color: #B67877;
}
</style>
border-color css
<style>
span { border-color: #B67877; }
span { border-color: rgb(182,120,119); }
td.TdClassName
{
border-color: #B67877;
}
.TagClassName
{
border-color: #B67877;
}
</style>