Shades of Brandy Rose #BC8274
Tints of Brandy Rose #BC8274
RGB
CMYK
RGB Variations
Color information
#BC8274 (or 0xBC8274) is known color: Brandy Rose. HEX triplet: BC, 82 and 74. RGB value is (188,130,116). Sum of RGB (Red+Green+Blue) = 188+130+116=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8274 is #437D8B. Grayscale: #919191. Windows color (decimal): -4423052 or 7635644. OLE color: 7635644.
HSL color Cylindrical-coordinate representation of color #BC8274: hue angle of 11.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8274 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 116 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.26 |
| HSL | 11.67º | 0.35% | 0.6% | - |
| HSV(B) | 11.67º | 0.38% | 0.74% | - |
| XYZ | 31.87 | 27.92 | 20.23 | - |
| YUV | 145.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 116 | 0 | 0.31 | 0.38 | 0.26 | 11.67 | 0.35 | 0.6 |
| Hex | BC | 82 | 74 | 0 | 1F | 26 | 1A | C | 23 | 3C |
| Octal | 274 | 202 | 164 | 0 | 37 | 46 | 32 | 14 | 43 | 74 |
| Binary | 10111100 | 10000010 | 1110100 | 0 | 11111 | 100110 | 11010 | 1100 | 100011 | 111100 |
Color Harmonies of #BC8274
Complementary color
Monochromatic Colors of #BC8274
Black with #BC8274
Text Example
Text Example
White with #BC8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8274; }
p { color: rgb(188,130,116); }
H1.HeaderClassName
{
color: #BC8274;
}
.AnyTagClassName
{
color: #BC8274;
}
</style>
background-color css
<style>
a { background-color: #BC8274; }
a { background-color: rgb(188,130,116); }
div.DivClassName
{
background-color: #BC8274;
}
.BgClassName
{
background-color: #BC8274;
}
</style>
border-color css
<style>
span { border-color: #BC8274; }
span { border-color: rgb(188,130,116); }
td.TdClassName
{
border-color: #BC8274;
}
.TagClassName
{
border-color: #BC8274;
}
</style>