Shades of Brandy Rose #B07E7A
Tints of Brandy Rose #B07E7A
RGB
CMYK
RGB Variations
Color information
#B07E7A (or 0xB07E7A) is known color: Brandy Rose. HEX triplet: B0, 7E and 7A. RGB value is (176,126,122). Sum of RGB (Red+Green+Blue) = 176+126+122=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E7A is #4F8185. Grayscale: #8C8C8C. Windows color (decimal): -5210502 or 8027824. OLE color: 8027824.
HSL color Cylindrical-coordinate representation of color #B07E7A: hue angle of 4.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07E7A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 122 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.31 |
| HSL | 4.44º | 0.25% | 0.58% | - |
| HSV(B) | 4.44º | 0.31% | 0.69% | - |
| XYZ | 28.88 | 25.56 | 21.82 | - |
| YUV | 140.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 122 | 0 | 0.28 | 0.31 | 0.31 | 4.44 | 0.25 | 0.58 |
| Hex | B0 | 7E | 7A | 0 | 1C | 1F | 1F | 4 | 19 | 3A |
| Octal | 260 | 176 | 172 | 0 | 34 | 37 | 37 | 4 | 31 | 72 |
| Binary | 10110000 | 1111110 | 1111010 | 0 | 11100 | 11111 | 11111 | 100 | 11001 | 111010 |
Color Harmonies of #B07E7A
Complementary color
Monochromatic Colors of #B07E7A
Black with #B07E7A
Text Example
Text Example
White with #B07E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E7A; }
p { color: rgb(176,126,122); }
H1.HeaderClassName
{
color: #B07E7A;
}
.AnyTagClassName
{
color: #B07E7A;
}
</style>
background-color css
<style>
a { background-color: #B07E7A; }
a { background-color: rgb(176,126,122); }
div.DivClassName
{
background-color: #B07E7A;
}
.BgClassName
{
background-color: #B07E7A;
}
</style>
border-color css
<style>
span { border-color: #B07E7A; }
span { border-color: rgb(176,126,122); }
td.TdClassName
{
border-color: #B07E7A;
}
.TagClassName
{
border-color: #B07E7A;
}
</style>