Shades of Brandy Rose #B37D7D
Tints of Brandy Rose #B37D7D
RGB
CMYK
RGB Variations
Color information
#B37D7D (or 0xB37D7D) is known color: Brandy Rose. HEX triplet: B3, 7D and 7D. RGB value is (179,125,125). Sum of RGB (Red+Green+Blue) = 179+125+125=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D7D is #4C8282. Grayscale: #8D8D8D. Windows color (decimal): -5014147 or 8224179. OLE color: 8224179.
HSL color Cylindrical-coordinate representation of color #B37D7D: hue angle of 0º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37D7D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 125 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.30 |
| HSL | 0º | 0.26% | 0.6% | - |
| HSV(B) | 0º | 0.3% | 0.7% | - |
| XYZ | 29.63 | 25.73 | 22.81 | - |
| YUV | 141.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 125 | 0 | 0.30 | 0.30 | 0.30 | 0 | 0.26 | 0.6 |
| Hex | B3 | 7D | 7D | 0 | 1E | 1E | 1E | 0 | 1A | 3C |
| Octal | 263 | 175 | 175 | 0 | 36 | 36 | 36 | 0 | 32 | 74 |
| Binary | 10110011 | 1111101 | 1111101 | 0 | 11110 | 11110 | 11110 | 0 | 11010 | 111100 |
Color Harmonies of #B37D7D
Complementary color
Monochromatic Colors of #B37D7D
Black with #B37D7D
Text Example
Text Example
White with #B37D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D7D; }
p { color: rgb(179,125,125); }
H1.HeaderClassName
{
color: #B37D7D;
}
.AnyTagClassName
{
color: #B37D7D;
}
</style>
background-color css
<style>
a { background-color: #B37D7D; }
a { background-color: rgb(179,125,125); }
div.DivClassName
{
background-color: #B37D7D;
}
.BgClassName
{
background-color: #B37D7D;
}
</style>
border-color css
<style>
span { border-color: #B37D7D; }
span { border-color: rgb(179,125,125); }
td.TdClassName
{
border-color: #B37D7D;
}
.TagClassName
{
border-color: #B37D7D;
}
</style>