Shades of Rosy Brown #BC8C8C
Tints of Rosy Brown #BC8C8C
RGB
CMYK
RGB Variations
Color information
#BC8C8C (or 0xBC8C8C) is known color: Rosy Brown. HEX triplet: BC, 8C and 8C. RGB value is (188,140,140). Sum of RGB (Red+Green+Blue) = 188+140+140=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C8C is #437373. Grayscale: #9A9A9A. Windows color (decimal): -4420468 or 9211068. OLE color: 9211068.
HSL color Cylindrical-coordinate representation of color #BC8C8C: hue angle of 0º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8C8C is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 140 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.26 |
| HSL | 0º | 0.26% | 0.64% | - |
| HSV(B) | 0º | 0.26% | 0.74% | - |
| XYZ | 34.85 | 31.34 | 29.02 | - |
| YUV | 154.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 140 | 0 | 0.26 | 0.26 | 0.26 | 0 | 0.26 | 0.64 |
| Hex | BC | 8C | 8C | 0 | 1A | 1A | 1A | 0 | 1A | 40 |
| Octal | 274 | 214 | 214 | 0 | 32 | 32 | 32 | 0 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10001100 | 0 | 11010 | 11010 | 11010 | 0 | 11010 | 1000000 |
Color Harmonies of #BC8C8C
Complementary color
Monochromatic Colors of #BC8C8C
Black with #BC8C8C
Text Example
Text Example
White with #BC8C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C8C; }
p { color: rgb(188,140,140); }
H1.HeaderClassName
{
color: #BC8C8C;
}
.AnyTagClassName
{
color: #BC8C8C;
}
</style>
background-color css
<style>
a { background-color: #BC8C8C; }
a { background-color: rgb(188,140,140); }
div.DivClassName
{
background-color: #BC8C8C;
}
.BgClassName
{
background-color: #BC8C8C;
}
</style>
border-color css
<style>
span { border-color: #BC8C8C; }
span { border-color: rgb(188,140,140); }
td.TdClassName
{
border-color: #BC8C8C;
}
.TagClassName
{
border-color: #BC8C8C;
}
</style>