Shades of Brandy Rose #BB836B
Tints of Brandy Rose #BB836B
RGB
CMYK
RGB Variations
Color information
#BB836B (or 0xBB836B) is known color: Brandy Rose. HEX triplet: BB, 83 and 6B. RGB value is (187,131,107). Sum of RGB (Red+Green+Blue) = 187+131+107=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB836B is #447C94. Grayscale: #919191. Windows color (decimal): -4488341 or 7046075. OLE color: 7046075.
HSL color Cylindrical-coordinate representation of color #BB836B: hue angle of 18º 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 #BB836B is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 107 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.27 |
| HSL | 18º | 0.37% | 0.58% | - |
| HSV(B) | 18º | 0.43% | 0.73% | - |
| XYZ | 31.26 | 27.86 | 17.64 | - |
| YUV | 145.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 107 | 0 | 0.30 | 0.43 | 0.27 | 18 | 0.37 | 0.58 |
| Hex | BB | 83 | 6B | 0 | 1E | 2B | 1B | 12 | 25 | 3A |
| Octal | 273 | 203 | 153 | 0 | 36 | 53 | 33 | 22 | 45 | 72 |
| Binary | 10111011 | 10000011 | 1101011 | 0 | 11110 | 101011 | 11011 | 10010 | 100101 | 111010 |
Color Harmonies of #BB836B
Complementary color
Monochromatic Colors of #BB836B
Black with #BB836B
Text Example
Text Example
White with #BB836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB836B; }
p { color: rgb(187,131,107); }
H1.HeaderClassName
{
color: #BB836B;
}
.AnyTagClassName
{
color: #BB836B;
}
</style>
background-color css
<style>
a { background-color: #BB836B; }
a { background-color: rgb(187,131,107); }
div.DivClassName
{
background-color: #BB836B;
}
.BgClassName
{
background-color: #BB836B;
}
</style>
border-color css
<style>
span { border-color: #BB836B; }
span { border-color: rgb(187,131,107); }
td.TdClassName
{
border-color: #BB836B;
}
.TagClassName
{
border-color: #BB836B;
}
</style>