Shades of Brandy Rose #BB807A
Tints of Brandy Rose #BB807A
RGB
CMYK
RGB Variations
Color information
#BB807A (or 0xBB807A) is known color: Brandy Rose. HEX triplet: BB, 80 and 7A. RGB value is (187,128,122). Sum of RGB (Red+Green+Blue) = 187+128+122=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB807A is #447F85. Grayscale: #919191. Windows color (decimal): -4489094 or 8028347. OLE color: 8028347.
HSL color Cylindrical-coordinate representation of color #BB807A: hue angle of 5.54º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB807A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 122 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.27 |
| HSL | 5.54º | 0.32% | 0.61% | - |
| HSV(B) | 5.54º | 0.35% | 0.73% | - |
| XYZ | 31.73 | 27.41 | 22.03 | - |
| YUV | 144.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 122 | 0 | 0.32 | 0.35 | 0.27 | 5.54 | 0.32 | 0.61 |
| Hex | BB | 80 | 7A | 0 | 20 | 23 | 1B | 6 | 20 | 3D |
| Octal | 273 | 200 | 172 | 0 | 40 | 43 | 33 | 6 | 40 | 75 |
| Binary | 10111011 | 10000000 | 1111010 | 0 | 100000 | 100011 | 11011 | 110 | 100000 | 111101 |
Color Harmonies of #BB807A
Complementary color
Monochromatic Colors of #BB807A
Black with #BB807A
Text Example
Text Example
White with #BB807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB807A; }
p { color: rgb(187,128,122); }
H1.HeaderClassName
{
color: #BB807A;
}
.AnyTagClassName
{
color: #BB807A;
}
</style>
background-color css
<style>
a { background-color: #BB807A; }
a { background-color: rgb(187,128,122); }
div.DivClassName
{
background-color: #BB807A;
}
.BgClassName
{
background-color: #BB807A;
}
</style>
border-color css
<style>
span { border-color: #BB807A; }
span { border-color: rgb(187,128,122); }
td.TdClassName
{
border-color: #BB807A;
}
.TagClassName
{
border-color: #BB807A;
}
</style>