Shades of Brandy Rose #BB8F7E
Tints of Brandy Rose #BB8F7E
RGB
CMYK
RGB Variations
Color information
#BB8F7E (or 0xBB8F7E) is known color: Brandy Rose. HEX triplet: BB, 8F and 7E. RGB value is (187,143,126). Sum of RGB (Red+Green+Blue) = 187+143+126=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F7E is #447081. Grayscale: #9A9A9A. Windows color (decimal): -4485250 or 8294331. OLE color: 8294331.
HSL color Cylindrical-coordinate representation of color #BB8F7E: hue angle of 16.72º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB8F7E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 126 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.27 |
| HSL | 16.72º | 0.31% | 0.61% | - |
| HSV(B) | 16.72º | 0.33% | 0.73% | - |
| XYZ | 34.08 | 31.72 | 24.06 | - |
| YUV | 154.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 126 | 0 | 0.24 | 0.33 | 0.27 | 16.72 | 0.31 | 0.61 |
| Hex | BB | 8F | 7E | 0 | 18 | 21 | 1B | 11 | 1F | 3D |
| Octal | 273 | 217 | 176 | 0 | 30 | 41 | 33 | 21 | 37 | 75 |
| Binary | 10111011 | 10001111 | 1111110 | 0 | 11000 | 100001 | 11011 | 10001 | 11111 | 111101 |
Color Harmonies of #BB8F7E
Complementary color
Monochromatic Colors of #BB8F7E
Black with #BB8F7E
Text Example
Text Example
White with #BB8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F7E; }
p { color: rgb(187,143,126); }
H1.HeaderClassName
{
color: #BB8F7E;
}
.AnyTagClassName
{
color: #BB8F7E;
}
</style>
background-color css
<style>
a { background-color: #BB8F7E; }
a { background-color: rgb(187,143,126); }
div.DivClassName
{
background-color: #BB8F7E;
}
.BgClassName
{
background-color: #BB8F7E;
}
</style>
border-color css
<style>
span { border-color: #BB8F7E; }
span { border-color: rgb(187,143,126); }
td.TdClassName
{
border-color: #BB8F7E;
}
.TagClassName
{
border-color: #BB8F7E;
}
</style>