Shades of Brandy Rose #B07C76
Tints of Brandy Rose #B07C76
RGB
CMYK
RGB Variations
Color information
#B07C76 (or 0xB07C76) is known color: Brandy Rose. HEX triplet: B0, 7C and 76. RGB value is (176,124,118). Sum of RGB (Red+Green+Blue) = 176+124+118=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C76 is #4F8389. Grayscale: #8A8A8A. Windows color (decimal): -5211018 or 7765168. OLE color: 7765168.
HSL color Cylindrical-coordinate representation of color #B07C76: hue angle of 6.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07C76 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 118 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.31 |
| HSL | 6.21º | 0.27% | 0.58% | - |
| HSV(B) | 6.21º | 0.33% | 0.69% | - |
| XYZ | 28.38 | 24.95 | 20.46 | - |
| YUV | 138.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 118 | 0 | 0.30 | 0.33 | 0.31 | 6.21 | 0.27 | 0.58 |
| Hex | B0 | 7C | 76 | 0 | 1E | 21 | 1F | 6 | 1B | 3A |
| Octal | 260 | 174 | 166 | 0 | 36 | 41 | 37 | 6 | 33 | 72 |
| Binary | 10110000 | 1111100 | 1110110 | 0 | 11110 | 100001 | 11111 | 110 | 11011 | 111010 |
Color Harmonies of #B07C76
Complementary color
Monochromatic Colors of #B07C76
Black with #B07C76
Text Example
Text Example
White with #B07C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C76; }
p { color: rgb(176,124,118); }
H1.HeaderClassName
{
color: #B07C76;
}
.AnyTagClassName
{
color: #B07C76;
}
</style>
background-color css
<style>
a { background-color: #B07C76; }
a { background-color: rgb(176,124,118); }
div.DivClassName
{
background-color: #B07C76;
}
.BgClassName
{
background-color: #B07C76;
}
</style>
border-color css
<style>
span { border-color: #B07C76; }
span { border-color: rgb(176,124,118); }
td.TdClassName
{
border-color: #B07C76;
}
.TagClassName
{
border-color: #B07C76;
}
</style>