Shades of Brandy Rose #BC8B73
Tints of Brandy Rose #BC8B73
RGB
CMYK
RGB Variations
Color information
#BC8B73 (or 0xBC8B73) is known color: Brandy Rose. HEX triplet: BC, 8B and 73. RGB value is (188,139,115). Sum of RGB (Red+Green+Blue) = 188+139+115=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B73 is #43748C. Grayscale: #979797. Windows color (decimal): -4420749 or 7572412. OLE color: 7572412.
HSL color Cylindrical-coordinate representation of color #BC8B73: hue angle of 19.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8B73 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 115 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.26 |
| HSL | 19.73º | 0.35% | 0.59% | - |
| HSV(B) | 19.73º | 0.39% | 0.74% | - |
| XYZ | 33.07 | 30.39 | 20.34 | - |
| YUV | 150.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 115 | 0 | 0.26 | 0.39 | 0.26 | 19.73 | 0.35 | 0.59 |
| Hex | BC | 8B | 73 | 0 | 1A | 27 | 1A | 14 | 23 | 3B |
| Octal | 274 | 213 | 163 | 0 | 32 | 47 | 32 | 24 | 43 | 73 |
| Binary | 10111100 | 10001011 | 1110011 | 0 | 11010 | 100111 | 11010 | 10100 | 100011 | 111011 |
Color Harmonies of #BC8B73
Complementary color
Monochromatic Colors of #BC8B73
Black with #BC8B73
Text Example
Text Example
White with #BC8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B73; }
p { color: rgb(188,139,115); }
H1.HeaderClassName
{
color: #BC8B73;
}
.AnyTagClassName
{
color: #BC8B73;
}
</style>
background-color css
<style>
a { background-color: #BC8B73; }
a { background-color: rgb(188,139,115); }
div.DivClassName
{
background-color: #BC8B73;
}
.BgClassName
{
background-color: #BC8B73;
}
</style>
border-color css
<style>
span { border-color: #BC8B73; }
span { border-color: rgb(188,139,115); }
td.TdClassName
{
border-color: #BC8B73;
}
.TagClassName
{
border-color: #BC8B73;
}
</style>