Shades of RosyBrown #BC8F8F
Tints of RosyBrown #BC8F8F
RGB
CMYK
RGB Variations
Color information
#BC8F8F (or 0xBC8F8F) is known color: RosyBrown. HEX triplet: BC, 8F and 8F. RGB value is (188,143,143). Sum of RGB (Red+Green+Blue) = 188+143+143=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F8F is #437070. Grayscale: #9C9C9C. Windows color (decimal): -4419697 or 9408444. OLE color: 9408444.
HSL color Cylindrical-coordinate representation of color #BC8F8F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8F8F is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 143 | 143 | - |
CMYK | 0 | 0.24 | 0.24 | 0.26 |
HSL | 0º | 0.25% | 0.65% | - |
HSV(B) | 0º | 0.24% | 0.74% | - |
XYZ | 35.52 | 32.32 | 30.35 | - |
YUV | 156.46 | 120.41 | 150.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 143 | 143 | 0 | 0.24 | 0.24 | 0.26 | 0 | 0.25 | 0.65 |
Hex | BC | 8F | 8F | 0 | 18 | 18 | 1A | 0 | 19 | 41 |
Octal | 274 | 217 | 217 | 0 | 30 | 30 | 32 | 0 | 31 | 101 |
Binary | 10111100 | 10001111 | 10001111 | 0 | 11000 | 11000 | 11010 | 0 | 11001 | 1000001 |
Color Harmonies of #BC8F8F
Complementary color
Monochromatic Colors of #BC8F8F
Black with #BC8F8F
Text Example
Text Example
White with #BC8F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F8F; }
p { color: rgb(188,143,143); }
H1.HeaderClassName
{
color: #BC8F8F;
}
.AnyTagClassName
{
color: #BC8F8F;
}
</style>
background-color css
<style>
a { background-color: #BC8F8F; }
a { background-color: rgb(188,143,143); }
div.DivClassName
{
background-color: #BC8F8F;
}
.BgClassName
{
background-color: #BC8F8F;
}
</style>
border-color css
<style>
span { border-color: #BC8F8F; }
span { border-color: rgb(188,143,143); }
td.TdClassName
{
border-color: #BC8F8F;
}
.TagClassName
{
border-color: #BC8F8F;
}
</style>