Shades of Brandy Rose #BB8569
Tints of Brandy Rose #BB8569
RGB
CMYK
RGB Variations
Color information
#BB8569 (or 0xBB8569) is known color: Brandy Rose. HEX triplet: BB, 85 and 69. RGB value is (187,133,105). Sum of RGB (Red+Green+Blue) = 187+133+105=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8569 is #447A96. Grayscale: #929292. Windows color (decimal): -4487831 or 6915515. OLE color: 6915515.
HSL color Cylindrical-coordinate representation of color #BB8569: hue angle of 20.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8569 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 105 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.27 |
| HSL | 20.49º | 0.38% | 0.57% | - |
| HSV(B) | 20.49º | 0.44% | 0.73% | - |
| XYZ | 31.43 | 28.36 | 17.18 | - |
| YUV | 145.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 105 | 0 | 0.29 | 0.44 | 0.27 | 20.49 | 0.38 | 0.57 |
| Hex | BB | 85 | 69 | 0 | 1D | 2C | 1B | 14 | 26 | 39 |
| Octal | 273 | 205 | 151 | 0 | 35 | 54 | 33 | 24 | 46 | 71 |
| Binary | 10111011 | 10000101 | 1101001 | 0 | 11101 | 101100 | 11011 | 10100 | 100110 | 111001 |
Color Harmonies of #BB8569
Complementary color
Monochromatic Colors of #BB8569
Black with #BB8569
Text Example
Text Example
White with #BB8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8569; }
p { color: rgb(187,133,105); }
H1.HeaderClassName
{
color: #BB8569;
}
.AnyTagClassName
{
color: #BB8569;
}
</style>
background-color css
<style>
a { background-color: #BB8569; }
a { background-color: rgb(187,133,105); }
div.DivClassName
{
background-color: #BB8569;
}
.BgClassName
{
background-color: #BB8569;
}
</style>
border-color css
<style>
span { border-color: #BB8569; }
span { border-color: rgb(187,133,105); }
td.TdClassName
{
border-color: #BB8569;
}
.TagClassName
{
border-color: #BB8569;
}
</style>