Shades of Brandy Rose #B67C79
Tints of Brandy Rose #B67C79
RGB
CMYK
RGB Variations
Color information
#B67C79 (or 0xB67C79) is known color: Brandy Rose. HEX triplet: B6, 7C and 79. RGB value is (182,124,121). Sum of RGB (Red+Green+Blue) = 182+124+121=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C79 is #498386. Grayscale: #8D8D8D. Windows color (decimal): -4817799 or 7961782. OLE color: 7961782.
HSL color Cylindrical-coordinate representation of color #B67C79: hue angle of 2.95º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67C79 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 121 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.29 |
| HSL | 2.95º | 0.29% | 0.59% | - |
| HSV(B) | 2.95º | 0.34% | 0.71% | - |
| XYZ | 29.95 | 25.74 | 21.48 | - |
| YUV | 141 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 121 | 0 | 0.32 | 0.34 | 0.29 | 2.95 | 0.29 | 0.59 |
| Hex | B6 | 7C | 79 | 0 | 20 | 22 | 1D | 3 | 1D | 3B |
| Octal | 266 | 174 | 171 | 0 | 40 | 42 | 35 | 3 | 35 | 73 |
| Binary | 10110110 | 1111100 | 1111001 | 0 | 100000 | 100010 | 11101 | 11 | 11101 | 111011 |
Color Harmonies of #B67C79
Complementary color
Monochromatic Colors of #B67C79
Black with #B67C79
Text Example
Text Example
White with #B67C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C79; }
p { color: rgb(182,124,121); }
H1.HeaderClassName
{
color: #B67C79;
}
.AnyTagClassName
{
color: #B67C79;
}
</style>
background-color css
<style>
a { background-color: #B67C79; }
a { background-color: rgb(182,124,121); }
div.DivClassName
{
background-color: #B67C79;
}
.BgClassName
{
background-color: #B67C79;
}
</style>
border-color css
<style>
span { border-color: #B67C79; }
span { border-color: rgb(182,124,121); }
td.TdClassName
{
border-color: #B67C79;
}
.TagClassName
{
border-color: #B67C79;
}
</style>