Shades of Brandy Rose #B37B76
Tints of Brandy Rose #B37B76
RGB
CMYK
RGB Variations
Color information
#B37B76 (or 0xB37B76) is known color: Brandy Rose. HEX triplet: B3, 7B and 76. RGB value is (179,123,118). Sum of RGB (Red+Green+Blue) = 179+123+118=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B76 is #4C8489. Grayscale: #8B8B8B. Windows color (decimal): -5014666 or 7764915. OLE color: 7764915.
HSL color Cylindrical-coordinate representation of color #B37B76: hue angle of 4.92º 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 #B37B76 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 118 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.30 |
| HSL | 4.92º | 0.29% | 0.58% | - |
| HSV(B) | 4.92º | 0.34% | 0.7% | - |
| XYZ | 28.94 | 25.06 | 20.45 | - |
| YUV | 139.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 118 | 0 | 0.31 | 0.34 | 0.30 | 4.92 | 0.29 | 0.58 |
| Hex | B3 | 7B | 76 | 0 | 1F | 22 | 1E | 5 | 1D | 3A |
| Octal | 263 | 173 | 166 | 0 | 37 | 42 | 36 | 5 | 35 | 72 |
| Binary | 10110011 | 1111011 | 1110110 | 0 | 11111 | 100010 | 11110 | 101 | 11101 | 111010 |
Color Harmonies of #B37B76
Complementary color
Monochromatic Colors of #B37B76
Black with #B37B76
Text Example
Text Example
White with #B37B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B76; }
p { color: rgb(179,123,118); }
H1.HeaderClassName
{
color: #B37B76;
}
.AnyTagClassName
{
color: #B37B76;
}
</style>
background-color css
<style>
a { background-color: #B37B76; }
a { background-color: rgb(179,123,118); }
div.DivClassName
{
background-color: #B37B76;
}
.BgClassName
{
background-color: #B37B76;
}
</style>
border-color css
<style>
span { border-color: #B37B76; }
span { border-color: rgb(179,123,118); }
td.TdClassName
{
border-color: #B37B76;
}
.TagClassName
{
border-color: #B37B76;
}
</style>