Shades of Christine #BF5C21
Tints of Christine #BF5C21
RGB
CMYK
RGB Variations
Color information
#BF5C21 (or 0xBF5C21) is known color: Christine. HEX triplet: BF, 5C and 21. RGB value is (191,92,33). Sum of RGB (Red+Green+Blue) = 191+92+33=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C21 is #40A3DE. Grayscale: #737373. Windows color (decimal): -4236255 or 2186431. OLE color: 2186431.
HSL color Cylindrical-coordinate representation of color #BF5C21: hue angle of 22.41º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF5C21 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 33 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.25 |
| HSL | 22.41º | 0.71% | 0.44% | - |
| HSV(B) | 22.41º | 0.83% | 0.75% | - |
| XYZ | 25.59 | 18.84 | 3.73 | - |
| YUV | 114.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 33 | 0 | 0.52 | 0.83 | 0.25 | 22.41 | 0.71 | 0.44 |
| Hex | BF | 5C | 21 | 0 | 34 | 53 | 19 | 16 | 47 | 2C |
| Octal | 277 | 134 | 41 | 0 | 64 | 123 | 31 | 26 | 107 | 54 |
| Binary | 10111111 | 1011100 | 100001 | 0 | 110100 | 1010011 | 11001 | 10110 | 1000111 | 101100 |
Color Harmonies of #BF5C21
Complementary color
Monochromatic Colors of #BF5C21
Black with #BF5C21
Text Example
Text Example
White with #BF5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C21; }
p { color: rgb(191,92,33); }
H1.HeaderClassName
{
color: #BF5C21;
}
.AnyTagClassName
{
color: #BF5C21;
}
</style>
background-color css
<style>
a { background-color: #BF5C21; }
a { background-color: rgb(191,92,33); }
div.DivClassName
{
background-color: #BF5C21;
}
.BgClassName
{
background-color: #BF5C21;
}
</style>
border-color css
<style>
span { border-color: #BF5C21; }
span { border-color: rgb(191,92,33); }
td.TdClassName
{
border-color: #BF5C21;
}
.TagClassName
{
border-color: #BF5C21;
}
</style>