Shades of Christine #BC581B
Tints of Christine #BC581B
RGB
CMYK
RGB Variations
Color information
#BC581B (or 0xBC581B) is known color: Christine. HEX triplet: BC, 58 and 1B. RGB value is (188,88,27). Sum of RGB (Red+Green+Blue) = 188+88+27=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC581B is #43A7E4. Grayscale: #6F6F6F. Windows color (decimal): -4433893 or 1792188. OLE color: 1792188.
HSL color Cylindrical-coordinate representation of color #BC581B: hue angle of 22.73º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC581B is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 27 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.26 |
| HSL | 22.73º | 0.75% | 0.42% | - |
| HSV(B) | 22.73º | 0.86% | 0.74% | - |
| XYZ | 24.43 | 17.75 | 3.18 | - |
| YUV | 110.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 27 | 0 | 0.53 | 0.86 | 0.26 | 22.73 | 0.75 | 0.42 |
| Hex | BC | 58 | 1B | 0 | 35 | 56 | 1A | 17 | 4B | 2A |
| Octal | 274 | 130 | 33 | 0 | 65 | 126 | 32 | 27 | 113 | 52 |
| Binary | 10111100 | 1011000 | 11011 | 0 | 110101 | 1010110 | 11010 | 10111 | 1001011 | 101010 |
Color Harmonies of #BC581B
Complementary color
Monochromatic Colors of #BC581B
Black with #BC581B
Text Example
Text Example
White with #BC581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC581B; }
p { color: rgb(188,88,27); }
H1.HeaderClassName
{
color: #BC581B;
}
.AnyTagClassName
{
color: #BC581B;
}
</style>
background-color css
<style>
a { background-color: #BC581B; }
a { background-color: rgb(188,88,27); }
div.DivClassName
{
background-color: #BC581B;
}
.BgClassName
{
background-color: #BC581B;
}
</style>
border-color css
<style>
span { border-color: #BC581B; }
span { border-color: rgb(188,88,27); }
td.TdClassName
{
border-color: #BC581B;
}
.TagClassName
{
border-color: #BC581B;
}
</style>