Shades of Christine #BF632C
Tints of Christine #BF632C
RGB
CMYK
RGB Variations
Color information
#BF632C (or 0xBF632C) is known color: Christine. HEX triplet: BF, 63 and 2C. RGB value is (191,99,44). Sum of RGB (Red+Green+Blue) = 191+99+44=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF632C is #409CD3. Grayscale: #787878. Windows color (decimal): -4234452 or 2909119. OLE color: 2909119.
HSL color Cylindrical-coordinate representation of color #BF632C: hue angle of 22.45º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF632C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 44 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.25 |
| HSL | 22.45º | 0.63% | 0.46% | - |
| HSV(B) | 22.45º | 0.77% | 0.75% | - |
| XYZ | 26.4 | 20.18 | 4.89 | - |
| YUV | 120.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 44 | 0 | 0.48 | 0.77 | 0.25 | 22.45 | 0.63 | 0.46 |
| Hex | BF | 63 | 2C | 0 | 30 | 4D | 19 | 16 | 3F | 2E |
| Octal | 277 | 143 | 54 | 0 | 60 | 115 | 31 | 26 | 77 | 56 |
| Binary | 10111111 | 1100011 | 101100 | 0 | 110000 | 1001101 | 11001 | 10110 | 111111 | 101110 |
Color Harmonies of #BF632C
Complementary color
Monochromatic Colors of #BF632C
Black with #BF632C
Text Example
Text Example
White with #BF632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF632C; }
p { color: rgb(191,99,44); }
H1.HeaderClassName
{
color: #BF632C;
}
.AnyTagClassName
{
color: #BF632C;
}
</style>
background-color css
<style>
a { background-color: #BF632C; }
a { background-color: rgb(191,99,44); }
div.DivClassName
{
background-color: #BF632C;
}
.BgClassName
{
background-color: #BF632C;
}
</style>
border-color css
<style>
span { border-color: #BF632C; }
span { border-color: rgb(191,99,44); }
td.TdClassName
{
border-color: #BF632C;
}
.TagClassName
{
border-color: #BF632C;
}
</style>