Shades of Brandy Rose #BB807E
Tints of Brandy Rose #BB807E
RGB
CMYK
RGB Variations
Color information
#BB807E (or 0xBB807E) is known color: Brandy Rose. HEX triplet: BB, 80 and 7E. RGB value is (187,128,126). Sum of RGB (Red+Green+Blue) = 187+128+126=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB807E is #447F81. Grayscale: #919191. Windows color (decimal): -4489090 or 8290491. OLE color: 8290491.
HSL color Cylindrical-coordinate representation of color #BB807E: hue angle of 1.97º 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 #BB807E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 126 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.27 |
| HSL | 1.97º | 0.31% | 0.61% | - |
| HSV(B) | 1.97º | 0.33% | 0.73% | - |
| XYZ | 31.98 | 27.51 | 23.36 | - |
| YUV | 145.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 126 | 0 | 0.32 | 0.33 | 0.27 | 1.97 | 0.31 | 0.61 |
| Hex | BB | 80 | 7E | 0 | 20 | 21 | 1B | 2 | 1F | 3D |
| Octal | 273 | 200 | 176 | 0 | 40 | 41 | 33 | 2 | 37 | 75 |
| Binary | 10111011 | 10000000 | 1111110 | 0 | 100000 | 100001 | 11011 | 10 | 11111 | 111101 |
Color Harmonies of #BB807E
Complementary color
Monochromatic Colors of #BB807E
Black with #BB807E
Text Example
Text Example
White with #BB807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB807E; }
p { color: rgb(187,128,126); }
H1.HeaderClassName
{
color: #BB807E;
}
.AnyTagClassName
{
color: #BB807E;
}
</style>
background-color css
<style>
a { background-color: #BB807E; }
a { background-color: rgb(187,128,126); }
div.DivClassName
{
background-color: #BB807E;
}
.BgClassName
{
background-color: #BB807E;
}
</style>
border-color css
<style>
span { border-color: #BB807E; }
span { border-color: rgb(187,128,126); }
td.TdClassName
{
border-color: #BB807E;
}
.TagClassName
{
border-color: #BB807E;
}
</style>