Shades of Brandy Rose #BB846B
Tints of Brandy Rose #BB846B
RGB
CMYK
RGB Variations
Color information
#BB846B (or 0xBB846B) is known color: Brandy Rose. HEX triplet: BB, 84 and 6B. RGB value is (187,132,107). Sum of RGB (Red+Green+Blue) = 187+132+107=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB846B is #447B94. Grayscale: #919191. Windows color (decimal): -4488085 or 7046331. OLE color: 7046331.
HSL color Cylindrical-coordinate representation of color #BB846B: hue angle of 18.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB846B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 107 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.27 |
| HSL | 18.75º | 0.37% | 0.58% | - |
| HSV(B) | 18.75º | 0.43% | 0.73% | - |
| XYZ | 31.4 | 28.13 | 17.68 | - |
| YUV | 145.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 107 | 0 | 0.29 | 0.43 | 0.27 | 18.75 | 0.37 | 0.58 |
| Hex | BB | 84 | 6B | 0 | 1D | 2B | 1B | 13 | 25 | 3A |
| Octal | 273 | 204 | 153 | 0 | 35 | 53 | 33 | 23 | 45 | 72 |
| Binary | 10111011 | 10000100 | 1101011 | 0 | 11101 | 101011 | 11011 | 10011 | 100101 | 111010 |
Color Harmonies of #BB846B
Complementary color
Monochromatic Colors of #BB846B
Black with #BB846B
Text Example
Text Example
White with #BB846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB846B; }
p { color: rgb(187,132,107); }
H1.HeaderClassName
{
color: #BB846B;
}
.AnyTagClassName
{
color: #BB846B;
}
</style>
background-color css
<style>
a { background-color: #BB846B; }
a { background-color: rgb(187,132,107); }
div.DivClassName
{
background-color: #BB846B;
}
.BgClassName
{
background-color: #BB846B;
}
</style>
border-color css
<style>
span { border-color: #BB846B; }
span { border-color: rgb(187,132,107); }
td.TdClassName
{
border-color: #BB846B;
}
.TagClassName
{
border-color: #BB846B;
}
</style>