Shades of Brandy Rose #B38480
Tints of Brandy Rose #B38480
RGB
CMYK
RGB Variations
Color information
#B38480 (or 0xB38480) is known color: Brandy Rose. HEX triplet: B3, 84 and 80. RGB value is (179,132,128). Sum of RGB (Red+Green+Blue) = 179+132+128=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B38480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38480 is #4C7B7F. Grayscale: #919191. Windows color (decimal): -5012352 or 8422579. OLE color: 8422579.
HSL color Cylindrical-coordinate representation of color #B38480: hue angle of 4.71º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38480 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 128 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.30 |
| HSL | 4.71º | 0.25% | 0.6% | - |
| HSV(B) | 4.71º | 0.28% | 0.7% | - |
| XYZ | 30.74 | 27.64 | 24.14 | - |
| YUV | 145.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 128 | 0 | 0.26 | 0.28 | 0.30 | 4.71 | 0.25 | 0.6 |
| Hex | B3 | 84 | 80 | 0 | 1A | 1C | 1E | 5 | 19 | 3C |
| Octal | 263 | 204 | 200 | 0 | 32 | 34 | 36 | 5 | 31 | 74 |
| Binary | 10110011 | 10000100 | 10000000 | 0 | 11010 | 11100 | 11110 | 101 | 11001 | 111100 |
Color Harmonies of #B38480
Complementary color
Monochromatic Colors of #B38480
Black with #B38480
Text Example
Text Example
White with #B38480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38480; }
p { color: rgb(179,132,128); }
H1.HeaderClassName
{
color: #B38480;
}
.AnyTagClassName
{
color: #B38480;
}
</style>
background-color css
<style>
a { background-color: #B38480; }
a { background-color: rgb(179,132,128); }
div.DivClassName
{
background-color: #B38480;
}
.BgClassName
{
background-color: #B38480;
}
</style>
border-color css
<style>
span { border-color: #B38480; }
span { border-color: rgb(179,132,128); }
td.TdClassName
{
border-color: #B38480;
}
.TagClassName
{
border-color: #B38480;
}
</style>