Shades of Brandy Rose #BB807F
Tints of Brandy Rose #BB807F
RGB
CMYK
RGB Variations
Color information
#BB807F (or 0xBB807F) is known color: Brandy Rose. HEX triplet: BB, 80 and 7F. RGB value is (187,128,127). Sum of RGB (Red+Green+Blue) = 187+128+127=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB807F is #447F80. Grayscale: #919191. Windows color (decimal): -4489089 or 8356027. OLE color: 8356027.
HSL color Cylindrical-coordinate representation of color #BB807F: hue angle of 1º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB807F is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 127 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.27 |
| HSL | 1º | 0.31% | 0.62% | - |
| HSV(B) | 1º | 0.32% | 0.73% | - |
| XYZ | 32.04 | 27.54 | 23.7 | - |
| YUV | 145.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 127 | 0 | 0.32 | 0.32 | 0.27 | 1 | 0.31 | 0.62 |
| Hex | BB | 80 | 7F | 0 | 20 | 20 | 1B | 1 | 1F | 3E |
| Octal | 273 | 200 | 177 | 0 | 40 | 40 | 33 | 1 | 37 | 76 |
| Binary | 10111011 | 10000000 | 1111111 | 0 | 100000 | 100000 | 11011 | 1 | 11111 | 111110 |
Color Harmonies of #BB807F
Complementary color
Monochromatic Colors of #BB807F
Black with #BB807F
Text Example
Text Example
White with #BB807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB807F; }
p { color: rgb(187,128,127); }
H1.HeaderClassName
{
color: #BB807F;
}
.AnyTagClassName
{
color: #BB807F;
}
</style>
background-color css
<style>
a { background-color: #BB807F; }
a { background-color: rgb(187,128,127); }
div.DivClassName
{
background-color: #BB807F;
}
.BgClassName
{
background-color: #BB807F;
}
</style>
border-color css
<style>
span { border-color: #BB807F; }
span { border-color: rgb(187,128,127); }
td.TdClassName
{
border-color: #BB807F;
}
.TagClassName
{
border-color: #BB807F;
}
</style>