Shades of Brandy Rose #BB827D
Tints of Brandy Rose #BB827D
RGB
CMYK
RGB Variations
Color information
#BB827D (or 0xBB827D) is known color: Brandy Rose. HEX triplet: BB, 82 and 7D. RGB value is (187,130,125). Sum of RGB (Red+Green+Blue) = 187+130+125=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB827D is #447D82. Grayscale: #929292. Windows color (decimal): -4488579 or 8225467. OLE color: 8225467.
HSL color Cylindrical-coordinate representation of color #BB827D: hue angle of 4.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB827D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 125 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.27 |
| HSL | 4.84º | 0.31% | 0.61% | - |
| HSV(B) | 4.84º | 0.33% | 0.73% | - |
| XYZ | 32.18 | 28.01 | 23.11 | - |
| YUV | 146.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 125 | 0 | 0.30 | 0.33 | 0.27 | 4.84 | 0.31 | 0.61 |
| Hex | BB | 82 | 7D | 0 | 1E | 21 | 1B | 5 | 1F | 3D |
| Octal | 273 | 202 | 175 | 0 | 36 | 41 | 33 | 5 | 37 | 75 |
| Binary | 10111011 | 10000010 | 1111101 | 0 | 11110 | 100001 | 11011 | 101 | 11111 | 111101 |
Color Harmonies of #BB827D
Complementary color
Monochromatic Colors of #BB827D
Black with #BB827D
Text Example
Text Example
White with #BB827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB827D; }
p { color: rgb(187,130,125); }
H1.HeaderClassName
{
color: #BB827D;
}
.AnyTagClassName
{
color: #BB827D;
}
</style>
background-color css
<style>
a { background-color: #BB827D; }
a { background-color: rgb(187,130,125); }
div.DivClassName
{
background-color: #BB827D;
}
.BgClassName
{
background-color: #BB827D;
}
</style>
border-color css
<style>
span { border-color: #BB827D; }
span { border-color: rgb(187,130,125); }
td.TdClassName
{
border-color: #BB827D;
}
.TagClassName
{
border-color: #BB827D;
}
</style>