Shades of Brandy Rose #B67978
Tints of Brandy Rose #B67978
RGB
CMYK
RGB Variations
Color information
#B67978 (or 0xB67978) is known color: Brandy Rose. HEX triplet: B6, 79 and 78. RGB value is (182,121,120). Sum of RGB (Red+Green+Blue) = 182+121+120=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B67978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67978 is #498687. Grayscale: #8B8B8B. Windows color (decimal): -4818568 or 7895478. OLE color: 7895478.
HSL color Cylindrical-coordinate representation of color #B67978: hue angle of 0.97º degrees, saturation: 0.3, 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 #B67978 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 120 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.29 |
| HSL | 0.97º | 0.3% | 0.59% | - |
| HSV(B) | 0.97º | 0.34% | 0.71% | - |
| XYZ | 29.52 | 24.98 | 21.03 | - |
| YUV | 139.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 120 | 0 | 0.34 | 0.34 | 0.29 | 0.97 | 0.3 | 0.59 |
| Hex | B6 | 79 | 78 | 0 | 22 | 22 | 1D | 1 | 1E | 3B |
| Octal | 266 | 171 | 170 | 0 | 42 | 42 | 35 | 1 | 36 | 73 |
| Binary | 10110110 | 1111001 | 1111000 | 0 | 100010 | 100010 | 11101 | 1 | 11110 | 111011 |
Color Harmonies of #B67978
Complementary color
Monochromatic Colors of #B67978
Black with #B67978
Text Example
Text Example
White with #B67978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67978; }
p { color: rgb(182,121,120); }
H1.HeaderClassName
{
color: #B67978;
}
.AnyTagClassName
{
color: #B67978;
}
</style>
background-color css
<style>
a { background-color: #B67978; }
a { background-color: rgb(182,121,120); }
div.DivClassName
{
background-color: #B67978;
}
.BgClassName
{
background-color: #B67978;
}
</style>
border-color css
<style>
span { border-color: #B67978; }
span { border-color: rgb(182,121,120); }
td.TdClassName
{
border-color: #B67978;
}
.TagClassName
{
border-color: #B67978;
}
</style>