Shades of Brandy Rose #B67E77
Tints of Brandy Rose #B67E77
RGB
CMYK
RGB Variations
Color information
#B67E77 (or 0xB67E77) is known color: Brandy Rose. HEX triplet: B6, 7E and 77. RGB value is (182,126,119). Sum of RGB (Red+Green+Blue) = 182+126+119=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E77 is #498188. Grayscale: #8E8E8E. Windows color (decimal): -4817289 or 7831222. OLE color: 7831222.
HSL color Cylindrical-coordinate representation of color #B67E77: hue angle of 6.67º 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 #B67E77 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 119 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.29 |
| HSL | 6.67º | 0.3% | 0.59% | - |
| HSV(B) | 6.67º | 0.35% | 0.71% | - |
| XYZ | 30.08 | 26.2 | 20.92 | - |
| YUV | 141.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 119 | 0 | 0.31 | 0.35 | 0.29 | 6.67 | 0.3 | 0.59 |
| Hex | B6 | 7E | 77 | 0 | 1F | 23 | 1D | 7 | 1E | 3B |
| Octal | 266 | 176 | 167 | 0 | 37 | 43 | 35 | 7 | 36 | 73 |
| Binary | 10110110 | 1111110 | 1110111 | 0 | 11111 | 100011 | 11101 | 111 | 11110 | 111011 |
Color Harmonies of #B67E77
Complementary color
Monochromatic Colors of #B67E77
Black with #B67E77
Text Example
Text Example
White with #B67E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E77; }
p { color: rgb(182,126,119); }
H1.HeaderClassName
{
color: #B67E77;
}
.AnyTagClassName
{
color: #B67E77;
}
</style>
background-color css
<style>
a { background-color: #B67E77; }
a { background-color: rgb(182,126,119); }
div.DivClassName
{
background-color: #B67E77;
}
.BgClassName
{
background-color: #B67E77;
}
</style>
border-color css
<style>
span { border-color: #B67E77; }
span { border-color: rgb(182,126,119); }
td.TdClassName
{
border-color: #B67E77;
}
.TagClassName
{
border-color: #B67E77;
}
</style>