Shades of Brandy Rose #B37B79
Tints of Brandy Rose #B37B79
RGB
CMYK
RGB Variations
Color information
#B37B79 (or 0xB37B79) is known color: Brandy Rose. HEX triplet: B3, 7B and 79. RGB value is (179,123,121). Sum of RGB (Red+Green+Blue) = 179+123+121=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B79 is #4C8486. Grayscale: #8B8B8B. Windows color (decimal): -5014663 or 7961523. OLE color: 7961523.
HSL color Cylindrical-coordinate representation of color #B37B79: hue angle of 2.07º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37B79 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 121 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.30 |
| HSL | 2.07º | 0.28% | 0.59% | - |
| HSV(B) | 2.07º | 0.32% | 0.7% | - |
| XYZ | 29.12 | 25.13 | 21.4 | - |
| YUV | 139.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 121 | 0 | 0.31 | 0.32 | 0.30 | 2.07 | 0.28 | 0.59 |
| Hex | B3 | 7B | 79 | 0 | 1F | 20 | 1E | 2 | 1C | 3B |
| Octal | 263 | 173 | 171 | 0 | 37 | 40 | 36 | 2 | 34 | 73 |
| Binary | 10110011 | 1111011 | 1111001 | 0 | 11111 | 100000 | 11110 | 10 | 11100 | 111011 |
Color Harmonies of #B37B79
Complementary color
Monochromatic Colors of #B37B79
Black with #B37B79
Text Example
Text Example
White with #B37B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B79; }
p { color: rgb(179,123,121); }
H1.HeaderClassName
{
color: #B37B79;
}
.AnyTagClassName
{
color: #B37B79;
}
</style>
background-color css
<style>
a { background-color: #B37B79; }
a { background-color: rgb(179,123,121); }
div.DivClassName
{
background-color: #B37B79;
}
.BgClassName
{
background-color: #B37B79;
}
</style>
border-color css
<style>
span { border-color: #B37B79; }
span { border-color: rgb(179,123,121); }
td.TdClassName
{
border-color: #B37B79;
}
.TagClassName
{
border-color: #B37B79;
}
</style>