Shades of Rosy Brown #BC908D
Tints of Rosy Brown #BC908D
RGB
CMYK
RGB Variations
Color information
#BC908D (or 0xBC908D) is known color: Rosy Brown. HEX triplet: BC, 90 and 8D. RGB value is (188,144,141). Sum of RGB (Red+Green+Blue) = 188+144+141=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908D is #436F72. Grayscale: #9C9C9C. Windows color (decimal): -4419443 or 9277628. OLE color: 9277628.
HSL color Cylindrical-coordinate representation of color #BC908D: hue angle of 3.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC908D is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 141 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.26 |
| HSL | 3.83º | 0.26% | 0.65% | - |
| HSV(B) | 3.83º | 0.25% | 0.74% | - |
| XYZ | 35.52 | 32.56 | 29.61 | - |
| YUV | 156.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 141 | 0 | 0.23 | 0.25 | 0.26 | 3.83 | 0.26 | 0.65 |
| Hex | BC | 90 | 8D | 0 | 17 | 19 | 1A | 4 | 1A | 41 |
| Octal | 274 | 220 | 215 | 0 | 27 | 31 | 32 | 4 | 32 | 101 |
| Binary | 10111100 | 10010000 | 10001101 | 0 | 10111 | 11001 | 11010 | 100 | 11010 | 1000001 |
Color Harmonies of #BC908D
Complementary color
Monochromatic Colors of #BC908D
Black with #BC908D
Text Example
Text Example
White with #BC908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC908D; }
p { color: rgb(188,144,141); }
H1.HeaderClassName
{
color: #BC908D;
}
.AnyTagClassName
{
color: #BC908D;
}
</style>
background-color css
<style>
a { background-color: #BC908D; }
a { background-color: rgb(188,144,141); }
div.DivClassName
{
background-color: #BC908D;
}
.BgClassName
{
background-color: #BC908D;
}
</style>
border-color css
<style>
span { border-color: #BC908D; }
span { border-color: rgb(188,144,141); }
td.TdClassName
{
border-color: #BC908D;
}
.TagClassName
{
border-color: #BC908D;
}
</style>