Shades of Brandy Rose #BB8371
Tints of Brandy Rose #BB8371
RGB
CMYK
RGB Variations
Color information
#BB8371 (or 0xBB8371) is known color: Brandy Rose. HEX triplet: BB, 83 and 71. RGB value is (187,131,113). Sum of RGB (Red+Green+Blue) = 187+131+113=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8371 is #447C8E. Grayscale: #919191. Windows color (decimal): -4488335 or 7439291. OLE color: 7439291.
HSL color Cylindrical-coordinate representation of color #BB8371: hue angle of 14.59º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8371 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 113 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.27 |
| HSL | 14.59º | 0.35% | 0.59% | - |
| HSV(B) | 14.59º | 0.4% | 0.73% | - |
| XYZ | 31.59 | 27.99 | 19.36 | - |
| YUV | 145.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 113 | 0 | 0.30 | 0.40 | 0.27 | 14.59 | 0.35 | 0.59 |
| Hex | BB | 83 | 71 | 0 | 1E | 28 | 1B | F | 23 | 3B |
| Octal | 273 | 203 | 161 | 0 | 36 | 50 | 33 | 17 | 43 | 73 |
| Binary | 10111011 | 10000011 | 1110001 | 0 | 11110 | 101000 | 11011 | 1111 | 100011 | 111011 |
Color Harmonies of #BB8371
Complementary color
Monochromatic Colors of #BB8371
Black with #BB8371
Text Example
Text Example
White with #BB8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8371; }
p { color: rgb(187,131,113); }
H1.HeaderClassName
{
color: #BB8371;
}
.AnyTagClassName
{
color: #BB8371;
}
</style>
background-color css
<style>
a { background-color: #BB8371; }
a { background-color: rgb(187,131,113); }
div.DivClassName
{
background-color: #BB8371;
}
.BgClassName
{
background-color: #BB8371;
}
</style>
border-color css
<style>
span { border-color: #BB8371; }
span { border-color: rgb(187,131,113); }
td.TdClassName
{
border-color: #BB8371;
}
.TagClassName
{
border-color: #BB8371;
}
</style>