Shades of Brandy Rose #BC867B
Tints of Brandy Rose #BC867B
RGB
CMYK
RGB Variations
Color information
#BC867B (or 0xBC867B) is known color: Brandy Rose. HEX triplet: BC, 86 and 7B. RGB value is (188,134,123). Sum of RGB (Red+Green+Blue) = 188+134+123=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC867B is #437984. Grayscale: #949494. Windows color (decimal): -4422021 or 8095420. OLE color: 8095420.
HSL color Cylindrical-coordinate representation of color #BC867B: hue angle of 10.15º 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 #BC867B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 123 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.26 |
| HSL | 10.15º | 0.33% | 0.61% | - |
| HSV(B) | 10.15º | 0.35% | 0.74% | - |
| XYZ | 32.84 | 29.17 | 22.64 | - |
| YUV | 148.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 123 | 0 | 0.29 | 0.35 | 0.26 | 10.15 | 0.33 | 0.61 |
| Hex | BC | 86 | 7B | 0 | 1D | 23 | 1A | A | 21 | 3D |
| Octal | 274 | 206 | 173 | 0 | 35 | 43 | 32 | 12 | 41 | 75 |
| Binary | 10111100 | 10000110 | 1111011 | 0 | 11101 | 100011 | 11010 | 1010 | 100001 | 111101 |
Color Harmonies of #BC867B
Complementary color
Monochromatic Colors of #BC867B
Black with #BC867B
Text Example
Text Example
White with #BC867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC867B; }
p { color: rgb(188,134,123); }
H1.HeaderClassName
{
color: #BC867B;
}
.AnyTagClassName
{
color: #BC867B;
}
</style>
background-color css
<style>
a { background-color: #BC867B; }
a { background-color: rgb(188,134,123); }
div.DivClassName
{
background-color: #BC867B;
}
.BgClassName
{
background-color: #BC867B;
}
</style>
border-color css
<style>
span { border-color: #BC867B; }
span { border-color: rgb(188,134,123); }
td.TdClassName
{
border-color: #BC867B;
}
.TagClassName
{
border-color: #BC867B;
}
</style>