Shades of Rosy Brown #BC8B8A
Tints of Rosy Brown #BC8B8A
RGB
CMYK
RGB Variations
Color information
#BC8B8A (or 0xBC8B8A) is known color: Rosy Brown. HEX triplet: BC, 8B and 8A. RGB value is (188,139,138). Sum of RGB (Red+Green+Blue) = 188+139+138=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B8A is #437475. Grayscale: #999999. Windows color (decimal): -4420726 or 9079740. OLE color: 9079740.
HSL color Cylindrical-coordinate representation of color #BC8B8A: hue angle of 1.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8B8A is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 138 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.26 |
| HSL | 1.2º | 0.27% | 0.64% | - |
| HSV(B) | 1.2º | 0.27% | 0.74% | - |
| XYZ | 34.56 | 30.99 | 28.21 | - |
| YUV | 153.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 138 | 0 | 0.26 | 0.27 | 0.26 | 1.2 | 0.27 | 0.64 |
| Hex | BC | 8B | 8A | 0 | 1A | 1B | 1A | 1 | 1B | 40 |
| Octal | 274 | 213 | 212 | 0 | 32 | 33 | 32 | 1 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10001010 | 0 | 11010 | 11011 | 11010 | 1 | 11011 | 1000000 |
Color Harmonies of #BC8B8A
Complementary color
Monochromatic Colors of #BC8B8A
Black with #BC8B8A
Text Example
Text Example
White with #BC8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B8A; }
p { color: rgb(188,139,138); }
H1.HeaderClassName
{
color: #BC8B8A;
}
.AnyTagClassName
{
color: #BC8B8A;
}
</style>
background-color css
<style>
a { background-color: #BC8B8A; }
a { background-color: rgb(188,139,138); }
div.DivClassName
{
background-color: #BC8B8A;
}
.BgClassName
{
background-color: #BC8B8A;
}
</style>
border-color css
<style>
span { border-color: #BC8B8A; }
span { border-color: rgb(188,139,138); }
td.TdClassName
{
border-color: #BC8B8A;
}
.TagClassName
{
border-color: #BC8B8A;
}
</style>