Shades of Brandy Rose #B28782
Tints of Brandy Rose #B28782
RGB
CMYK
RGB Variations
Color information
#B28782 (or 0xB28782) is known color: Brandy Rose. HEX triplet: B2, 87 and 82. RGB value is (178,135,130). Sum of RGB (Red+Green+Blue) = 178+135+130=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28782 is #4D787D. Grayscale: #939393. Windows color (decimal): -5077118 or 8554418. OLE color: 8554418.
HSL color Cylindrical-coordinate representation of color #B28782: hue angle of 6.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28782 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 130 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.30 |
| HSL | 6.25º | 0.24% | 0.6% | - |
| HSV(B) | 6.25º | 0.27% | 0.7% | - |
| XYZ | 31.05 | 28.4 | 24.97 | - |
| YUV | 147.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 130 | 0 | 0.24 | 0.27 | 0.30 | 6.25 | 0.24 | 0.6 |
| Hex | B2 | 87 | 82 | 0 | 18 | 1B | 1E | 6 | 18 | 3C |
| Octal | 262 | 207 | 202 | 0 | 30 | 33 | 36 | 6 | 30 | 74 |
| Binary | 10110010 | 10000111 | 10000010 | 0 | 11000 | 11011 | 11110 | 110 | 11000 | 111100 |
Color Harmonies of #B28782
Complementary color
Monochromatic Colors of #B28782
Black with #B28782
Text Example
Text Example
White with #B28782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28782; }
p { color: rgb(178,135,130); }
H1.HeaderClassName
{
color: #B28782;
}
.AnyTagClassName
{
color: #B28782;
}
</style>
background-color css
<style>
a { background-color: #B28782; }
a { background-color: rgb(178,135,130); }
div.DivClassName
{
background-color: #B28782;
}
.BgClassName
{
background-color: #B28782;
}
</style>
border-color css
<style>
span { border-color: #B28782; }
span { border-color: rgb(178,135,130); }
td.TdClassName
{
border-color: #B28782;
}
.TagClassName
{
border-color: #B28782;
}
</style>