Shades of Brandy Rose #B37D76
Tints of Brandy Rose #B37D76
RGB
CMYK
RGB Variations
Color information
#B37D76 (or 0xB37D76) is known color: Brandy Rose. HEX triplet: B3, 7D and 76. RGB value is (179,125,118). Sum of RGB (Red+Green+Blue) = 179+125+118=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D76 is #4C8289. Grayscale: #8C8C8C. Windows color (decimal): -5014154 or 7765427. OLE color: 7765427.
HSL color Cylindrical-coordinate representation of color #B37D76: hue angle of 6.89º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37D76 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 118 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.30 |
| HSL | 6.89º | 0.29% | 0.58% | - |
| HSV(B) | 6.89º | 0.34% | 0.7% | - |
| XYZ | 29.19 | 25.56 | 20.53 | - |
| YUV | 140.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 118 | 0 | 0.30 | 0.34 | 0.30 | 6.89 | 0.29 | 0.58 |
| Hex | B3 | 7D | 76 | 0 | 1E | 22 | 1E | 7 | 1D | 3A |
| Octal | 263 | 175 | 166 | 0 | 36 | 42 | 36 | 7 | 35 | 72 |
| Binary | 10110011 | 1111101 | 1110110 | 0 | 11110 | 100010 | 11110 | 111 | 11101 | 111010 |
Color Harmonies of #B37D76
Complementary color
Monochromatic Colors of #B37D76
Black with #B37D76
Text Example
Text Example
White with #B37D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D76; }
p { color: rgb(179,125,118); }
H1.HeaderClassName
{
color: #B37D76;
}
.AnyTagClassName
{
color: #B37D76;
}
</style>
background-color css
<style>
a { background-color: #B37D76; }
a { background-color: rgb(179,125,118); }
div.DivClassName
{
background-color: #B37D76;
}
.BgClassName
{
background-color: #B37D76;
}
</style>
border-color css
<style>
span { border-color: #B37D76; }
span { border-color: rgb(179,125,118); }
td.TdClassName
{
border-color: #B37D76;
}
.TagClassName
{
border-color: #B37D76;
}
</style>