Shades of Brandy Rose #B08380
Tints of Brandy Rose #B08380
RGB
CMYK
RGB Variations
Color information
#B08380 (or 0xB08380) is known color: Brandy Rose. HEX triplet: B0, 83 and 80. RGB value is (176,131,128). Sum of RGB (Red+Green+Blue) = 176+131+128=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B08380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08380 is #4F7C7F. Grayscale: #909090. Windows color (decimal): -5209216 or 8422320. OLE color: 8422320.
HSL color Cylindrical-coordinate representation of color #B08380: hue angle of 3.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B08380 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 128 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.31 |
| HSL | 3.75º | 0.23% | 0.6% | - |
| HSV(B) | 3.75º | 0.27% | 0.69% | - |
| XYZ | 29.92 | 27.02 | 24.06 | - |
| YUV | 144.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 128 | 0 | 0.26 | 0.27 | 0.31 | 3.75 | 0.23 | 0.6 |
| Hex | B0 | 83 | 80 | 0 | 1A | 1B | 1F | 4 | 17 | 3C |
| Octal | 260 | 203 | 200 | 0 | 32 | 33 | 37 | 4 | 27 | 74 |
| Binary | 10110000 | 10000011 | 10000000 | 0 | 11010 | 11011 | 11111 | 100 | 10111 | 111100 |
Color Harmonies of #B08380
Complementary color
Monochromatic Colors of #B08380
Black with #B08380
Text Example
Text Example
White with #B08380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08380; }
p { color: rgb(176,131,128); }
H1.HeaderClassName
{
color: #B08380;
}
.AnyTagClassName
{
color: #B08380;
}
</style>
background-color css
<style>
a { background-color: #B08380; }
a { background-color: rgb(176,131,128); }
div.DivClassName
{
background-color: #B08380;
}
.BgClassName
{
background-color: #B08380;
}
</style>
border-color css
<style>
span { border-color: #B08380; }
span { border-color: rgb(176,131,128); }
td.TdClassName
{
border-color: #B08380;
}
.TagClassName
{
border-color: #B08380;
}
</style>