Shades of Brandy Rose #BC807B
Tints of Brandy Rose #BC807B
RGB
CMYK
RGB Variations
Color information
#BC807B (or 0xBC807B) is known color: Brandy Rose. HEX triplet: BC, 80 and 7B. RGB value is (188,128,123). Sum of RGB (Red+Green+Blue) = 188+128+123=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807B is #437F84. Grayscale: #919191. Windows color (decimal): -4423557 or 8093884. OLE color: 8093884.
HSL color Cylindrical-coordinate representation of color #BC807B: hue angle of 4.62º 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 #BC807B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 123 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.26 |
| HSL | 4.62º | 0.33% | 0.61% | - |
| HSV(B) | 4.62º | 0.35% | 0.74% | - |
| XYZ | 32.03 | 27.56 | 22.37 | - |
| YUV | 145.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 123 | 0 | 0.32 | 0.35 | 0.26 | 4.62 | 0.33 | 0.61 |
| Hex | BC | 80 | 7B | 0 | 20 | 23 | 1A | 5 | 21 | 3D |
| Octal | 274 | 200 | 173 | 0 | 40 | 43 | 32 | 5 | 41 | 75 |
| Binary | 10111100 | 10000000 | 1111011 | 0 | 100000 | 100011 | 11010 | 101 | 100001 | 111101 |
Color Harmonies of #BC807B
Complementary color
Monochromatic Colors of #BC807B
Black with #BC807B
Text Example
Text Example
White with #BC807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC807B; }
p { color: rgb(188,128,123); }
H1.HeaderClassName
{
color: #BC807B;
}
.AnyTagClassName
{
color: #BC807B;
}
</style>
background-color css
<style>
a { background-color: #BC807B; }
a { background-color: rgb(188,128,123); }
div.DivClassName
{
background-color: #BC807B;
}
.BgClassName
{
background-color: #BC807B;
}
</style>
border-color css
<style>
span { border-color: #BC807B; }
span { border-color: rgb(188,128,123); }
td.TdClassName
{
border-color: #BC807B;
}
.TagClassName
{
border-color: #BC807B;
}
</style>