Shades of Brandy Rose #B28C80
Tints of Brandy Rose #B28C80
RGB
CMYK
RGB Variations
Color information
#B28C80 (or 0xB28C80) is known color: Brandy Rose. HEX triplet: B2, 8C and 80. RGB value is (178,140,128). Sum of RGB (Red+Green+Blue) = 178+140+128=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28C80 is #4D737F. Grayscale: #969696. Windows color (decimal): -5075840 or 8424626. OLE color: 8424626.
HSL color Cylindrical-coordinate representation of color #B28C80: hue angle of 14.4º 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 #B28C80 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 128 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.30 |
| HSL | 14.4º | 0.25% | 0.6% | - |
| HSV(B) | 14.4º | 0.28% | 0.7% | - |
| XYZ | 31.63 | 29.78 | 24.5 | - |
| YUV | 149.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 128 | 0 | 0.21 | 0.28 | 0.30 | 14.4 | 0.25 | 0.6 |
| Hex | B2 | 8C | 80 | 0 | 15 | 1C | 1E | E | 19 | 3C |
| Octal | 262 | 214 | 200 | 0 | 25 | 34 | 36 | 16 | 31 | 74 |
| Binary | 10110010 | 10001100 | 10000000 | 0 | 10101 | 11100 | 11110 | 1110 | 11001 | 111100 |
Color Harmonies of #B28C80
Complementary color
Monochromatic Colors of #B28C80
Black with #B28C80
Text Example
Text Example
White with #B28C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C80; }
p { color: rgb(178,140,128); }
H1.HeaderClassName
{
color: #B28C80;
}
.AnyTagClassName
{
color: #B28C80;
}
</style>
background-color css
<style>
a { background-color: #B28C80; }
a { background-color: rgb(178,140,128); }
div.DivClassName
{
background-color: #B28C80;
}
.BgClassName
{
background-color: #B28C80;
}
</style>
border-color css
<style>
span { border-color: #B28C80; }
span { border-color: rgb(178,140,128); }
td.TdClassName
{
border-color: #B28C80;
}
.TagClassName
{
border-color: #B28C80;
}
</style>