Shades of Brandy Rose #BC807A
Tints of Brandy Rose #BC807A
RGB
CMYK
RGB Variations
Color information
#BC807A (or 0xBC807A) is known color: Brandy Rose. HEX triplet: BC, 80 and 7A. RGB value is (188,128,122). Sum of RGB (Red+Green+Blue) = 188+128+122=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807A is #437F85. Grayscale: #919191. Windows color (decimal): -4423558 or 8028348. OLE color: 8028348.
HSL color Cylindrical-coordinate representation of color #BC807A: hue angle of 5.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC807A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 122 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.26 |
| HSL | 5.45º | 0.33% | 0.61% | - |
| HSV(B) | 5.45º | 0.35% | 0.74% | - |
| XYZ | 31.97 | 27.53 | 22.04 | - |
| YUV | 145.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 122 | 0 | 0.32 | 0.35 | 0.26 | 5.45 | 0.33 | 0.61 |
| Hex | BC | 80 | 7A | 0 | 20 | 23 | 1A | 5 | 21 | 3D |
| Octal | 274 | 200 | 172 | 0 | 40 | 43 | 32 | 5 | 41 | 75 |
| Binary | 10111100 | 10000000 | 1111010 | 0 | 100000 | 100011 | 11010 | 101 | 100001 | 111101 |
Color Harmonies of #BC807A
Complementary color
Monochromatic Colors of #BC807A
Black with #BC807A
Text Example
Text Example
White with #BC807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC807A; }
p { color: rgb(188,128,122); }
H1.HeaderClassName
{
color: #BC807A;
}
.AnyTagClassName
{
color: #BC807A;
}
</style>
background-color css
<style>
a { background-color: #BC807A; }
a { background-color: rgb(188,128,122); }
div.DivClassName
{
background-color: #BC807A;
}
.BgClassName
{
background-color: #BC807A;
}
</style>
border-color css
<style>
span { border-color: #BC807A; }
span { border-color: rgb(188,128,122); }
td.TdClassName
{
border-color: #BC807A;
}
.TagClassName
{
border-color: #BC807A;
}
</style>