Shades of Brandy Rose #BB8974
Tints of Brandy Rose #BB8974
RGB
CMYK
RGB Variations
Color information
#BB8974 (or 0xBB8974) is known color: Brandy Rose. HEX triplet: BB, 89 and 74. RGB value is (187,137,116). Sum of RGB (Red+Green+Blue) = 187+137+116=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8974 is #44768B. Grayscale: #959595. Windows color (decimal): -4486796 or 7637435. OLE color: 7637435.
HSL color Cylindrical-coordinate representation of color #BB8974: hue angle of 17.75º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8974 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 116 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.27 |
| HSL | 17.75º | 0.34% | 0.59% | - |
| HSV(B) | 17.75º | 0.38% | 0.73% | - |
| XYZ | 32.59 | 29.72 | 20.54 | - |
| YUV | 149.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 116 | 0 | 0.27 | 0.38 | 0.27 | 17.75 | 0.34 | 0.59 |
| Hex | BB | 89 | 74 | 0 | 1B | 26 | 1B | 12 | 22 | 3B |
| Octal | 273 | 211 | 164 | 0 | 33 | 46 | 33 | 22 | 42 | 73 |
| Binary | 10111011 | 10001001 | 1110100 | 0 | 11011 | 100110 | 11011 | 10010 | 100010 | 111011 |
Color Harmonies of #BB8974
Complementary color
Monochromatic Colors of #BB8974
Black with #BB8974
Text Example
Text Example
White with #BB8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8974; }
p { color: rgb(187,137,116); }
H1.HeaderClassName
{
color: #BB8974;
}
.AnyTagClassName
{
color: #BB8974;
}
</style>
background-color css
<style>
a { background-color: #BB8974; }
a { background-color: rgb(187,137,116); }
div.DivClassName
{
background-color: #BB8974;
}
.BgClassName
{
background-color: #BB8974;
}
</style>
border-color css
<style>
span { border-color: #BB8974; }
span { border-color: rgb(187,137,116); }
td.TdClassName
{
border-color: #BB8974;
}
.TagClassName
{
border-color: #BB8974;
}
</style>