Shades of Christine #BF5D21
Tints of Christine #BF5D21
RGB
CMYK
RGB Variations
Color information
#BF5D21 (or 0xBF5D21) is known color: Christine. HEX triplet: BF, 5D and 21. RGB value is (191,93,33). Sum of RGB (Red+Green+Blue) = 191+93+33=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D21 is #40A2DE. Grayscale: #737373. Windows color (decimal): -4235999 or 2186687. OLE color: 2186687.
HSL color Cylindrical-coordinate representation of color #BF5D21: hue angle of 22.78º 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 #BF5D21 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 33 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.25 |
| HSL | 22.78º | 0.71% | 0.44% | - |
| HSV(B) | 22.78º | 0.83% | 0.75% | - |
| XYZ | 25.67 | 19.01 | 3.76 | - |
| YUV | 115.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 33 | 0 | 0.51 | 0.83 | 0.25 | 22.78 | 0.71 | 0.44 |
| Hex | BF | 5D | 21 | 0 | 33 | 53 | 19 | 17 | 47 | 2C |
| Octal | 277 | 135 | 41 | 0 | 63 | 123 | 31 | 27 | 107 | 54 |
| Binary | 10111111 | 1011101 | 100001 | 0 | 110011 | 1010011 | 11001 | 10111 | 1000111 | 101100 |
Color Harmonies of #BF5D21
Complementary color
Monochromatic Colors of #BF5D21
Black with #BF5D21
Text Example
Text Example
White with #BF5D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D21; }
p { color: rgb(191,93,33); }
H1.HeaderClassName
{
color: #BF5D21;
}
.AnyTagClassName
{
color: #BF5D21;
}
</style>
background-color css
<style>
a { background-color: #BF5D21; }
a { background-color: rgb(191,93,33); }
div.DivClassName
{
background-color: #BF5D21;
}
.BgClassName
{
background-color: #BF5D21;
}
</style>
border-color css
<style>
span { border-color: #BF5D21; }
span { border-color: rgb(191,93,33); }
td.TdClassName
{
border-color: #BF5D21;
}
.TagClassName
{
border-color: #BF5D21;
}
</style>