Shades of Brandy Rose #BC7B72
Tints of Brandy Rose #BC7B72
RGB
CMYK
RGB Variations
Color information
#BC7B72 (or 0xBC7B72) is known color: Brandy Rose. HEX triplet: BC, 7B and 72. RGB value is (188,123,114). Sum of RGB (Red+Green+Blue) = 188+123+114=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B72 is #43848D. Grayscale: #8D8D8D. Windows color (decimal): -4424846 or 7502780. OLE color: 7502780.
HSL color Cylindrical-coordinate representation of color #BC7B72: hue angle of 7.3º degrees, saturation: 0.36, 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 #BC7B72 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 114 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.26 |
| HSL | 7.3º | 0.36% | 0.59% | - |
| HSV(B) | 7.3º | 0.39% | 0.74% | - |
| XYZ | 30.86 | 26.07 | 19.33 | - |
| YUV | 141.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 114 | 0 | 0.35 | 0.39 | 0.26 | 7.3 | 0.36 | 0.59 |
| Hex | BC | 7B | 72 | 0 | 23 | 27 | 1A | 7 | 24 | 3B |
| Octal | 274 | 173 | 162 | 0 | 43 | 47 | 32 | 7 | 44 | 73 |
| Binary | 10111100 | 1111011 | 1110010 | 0 | 100011 | 100111 | 11010 | 111 | 100100 | 111011 |
Color Harmonies of #BC7B72
Complementary color
Monochromatic Colors of #BC7B72
Black with #BC7B72
Text Example
Text Example
White with #BC7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B72; }
p { color: rgb(188,123,114); }
H1.HeaderClassName
{
color: #BC7B72;
}
.AnyTagClassName
{
color: #BC7B72;
}
</style>
background-color css
<style>
a { background-color: #BC7B72; }
a { background-color: rgb(188,123,114); }
div.DivClassName
{
background-color: #BC7B72;
}
.BgClassName
{
background-color: #BC7B72;
}
</style>
border-color css
<style>
span { border-color: #BC7B72; }
span { border-color: rgb(188,123,114); }
td.TdClassName
{
border-color: #BC7B72;
}
.TagClassName
{
border-color: #BC7B72;
}
</style>