Shades of Brandy Rose #B08270
Tints of Brandy Rose #B08270
RGB
CMYK
RGB Variations
Color information
#B08270 (or 0xB08270) is known color: Brandy Rose. HEX triplet: B0, 82 and 70. RGB value is (176,130,112). Sum of RGB (Red+Green+Blue) = 176+130+112=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B08270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08270 is #4F7D8F. Grayscale: #8D8D8D. Windows color (decimal): -5209488 or 7373488. OLE color: 7373488.
HSL color Cylindrical-coordinate representation of color #B08270: hue angle of 16.88º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08270 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 112 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.31 |
| HSL | 16.88º | 0.29% | 0.56% | - |
| HSV(B) | 16.88º | 0.36% | 0.69% | - |
| XYZ | 28.81 | 26.37 | 18.9 | - |
| YUV | 141.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 112 | 0 | 0.26 | 0.36 | 0.31 | 16.88 | 0.29 | 0.56 |
| Hex | B0 | 82 | 70 | 0 | 1A | 24 | 1F | 11 | 1D | 38 |
| Octal | 260 | 202 | 160 | 0 | 32 | 44 | 37 | 21 | 35 | 70 |
| Binary | 10110000 | 10000010 | 1110000 | 0 | 11010 | 100100 | 11111 | 10001 | 11101 | 111000 |
Color Harmonies of #B08270
Complementary color
Monochromatic Colors of #B08270
Black with #B08270
Text Example
Text Example
White with #B08270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08270; }
p { color: rgb(176,130,112); }
H1.HeaderClassName
{
color: #B08270;
}
.AnyTagClassName
{
color: #B08270;
}
</style>
background-color css
<style>
a { background-color: #B08270; }
a { background-color: rgb(176,130,112); }
div.DivClassName
{
background-color: #B08270;
}
.BgClassName
{
background-color: #B08270;
}
</style>
border-color css
<style>
span { border-color: #B08270; }
span { border-color: rgb(176,130,112); }
td.TdClassName
{
border-color: #B08270;
}
.TagClassName
{
border-color: #B08270;
}
</style>