Shades of Brandy Rose #B0807E
Tints of Brandy Rose #B0807E
RGB
CMYK
RGB Variations
Color information
#B0807E (or 0xB0807E) is known color: Brandy Rose. HEX triplet: B0, 80 and 7E. RGB value is (176,128,126). Sum of RGB (Red+Green+Blue) = 176+128+126=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0807E is #4F7F81. Grayscale: #8E8E8E. Windows color (decimal): -5209986 or 8290480. OLE color: 8290480.
HSL color Cylindrical-coordinate representation of color #B0807E: hue angle of 2.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0807E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 126 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.31 |
| HSL | 2.4º | 0.24% | 0.59% | - |
| HSV(B) | 2.4º | 0.28% | 0.69% | - |
| XYZ | 29.39 | 26.17 | 23.24 | - |
| YUV | 142.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 126 | 0 | 0.27 | 0.28 | 0.31 | 2.4 | 0.24 | 0.59 |
| Hex | B0 | 80 | 7E | 0 | 1B | 1C | 1F | 2 | 18 | 3B |
| Octal | 260 | 200 | 176 | 0 | 33 | 34 | 37 | 2 | 30 | 73 |
| Binary | 10110000 | 10000000 | 1111110 | 0 | 11011 | 11100 | 11111 | 10 | 11000 | 111011 |
Color Harmonies of #B0807E
Complementary color
Monochromatic Colors of #B0807E
Black with #B0807E
Text Example
Text Example
White with #B0807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0807E; }
p { color: rgb(176,128,126); }
H1.HeaderClassName
{
color: #B0807E;
}
.AnyTagClassName
{
color: #B0807E;
}
</style>
background-color css
<style>
a { background-color: #B0807E; }
a { background-color: rgb(176,128,126); }
div.DivClassName
{
background-color: #B0807E;
}
.BgClassName
{
background-color: #B0807E;
}
</style>
border-color css
<style>
span { border-color: #B0807E; }
span { border-color: rgb(176,128,126); }
td.TdClassName
{
border-color: #B0807E;
}
.TagClassName
{
border-color: #B0807E;
}
</style>