Shades of Christine #BC6230
Tints of Christine #BC6230
RGB
CMYK
RGB Variations
Color information
#BC6230 (or 0xBC6230) is known color: Christine. HEX triplet: BC, 62 and 30. RGB value is (188,98,48). Sum of RGB (Red+Green+Blue) = 188+98+48=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6230 is #439DCF. Grayscale: #777777. Windows color (decimal): -4431312 or 3171004. OLE color: 3171004.
HSL color Cylindrical-coordinate representation of color #BC6230: hue angle of 21.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC6230 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 48 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.26 |
| HSL | 21.43º | 0.59% | 0.46% | - |
| HSV(B) | 21.43º | 0.74% | 0.74% | - |
| XYZ | 25.64 | 19.64 | 5.24 | - |
| YUV | 119.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 48 | 0 | 0.48 | 0.74 | 0.26 | 21.43 | 0.59 | 0.46 |
| Hex | BC | 62 | 30 | 0 | 30 | 4A | 1A | 15 | 3B | 2E |
| Octal | 274 | 142 | 60 | 0 | 60 | 112 | 32 | 25 | 73 | 56 |
| Binary | 10111100 | 1100010 | 110000 | 0 | 110000 | 1001010 | 11010 | 10101 | 111011 | 101110 |
Color Harmonies of #BC6230
Complementary color
Monochromatic Colors of #BC6230
Black with #BC6230
Text Example
Text Example
White with #BC6230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6230; }
p { color: rgb(188,98,48); }
H1.HeaderClassName
{
color: #BC6230;
}
.AnyTagClassName
{
color: #BC6230;
}
</style>
background-color css
<style>
a { background-color: #BC6230; }
a { background-color: rgb(188,98,48); }
div.DivClassName
{
background-color: #BC6230;
}
.BgClassName
{
background-color: #BC6230;
}
</style>
border-color css
<style>
span { border-color: #BC6230; }
span { border-color: rgb(188,98,48); }
td.TdClassName
{
border-color: #BC6230;
}
.TagClassName
{
border-color: #BC6230;
}
</style>