Shades of Christine #BF5E21
Tints of Christine #BF5E21
RGB
CMYK
RGB Variations
Color information
#BF5E21 (or 0xBF5E21) is known color: Christine. HEX triplet: BF, 5E and 21. RGB value is (191,94,33). Sum of RGB (Red+Green+Blue) = 191+94+33=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E21 is #40A1DE. Grayscale: #747474. Windows color (decimal): -4235743 or 2186943. OLE color: 2186943.
HSL color Cylindrical-coordinate representation of color #BF5E21: hue angle of 23.16º 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 #BF5E21 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 33 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.25 |
| HSL | 23.16º | 0.71% | 0.44% | - |
| HSV(B) | 23.16º | 0.83% | 0.75% | - |
| XYZ | 25.76 | 19.19 | 3.79 | - |
| YUV | 116.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 33 | 0 | 0.51 | 0.83 | 0.25 | 23.16 | 0.71 | 0.44 |
| Hex | BF | 5E | 21 | 0 | 33 | 53 | 19 | 17 | 47 | 2C |
| Octal | 277 | 136 | 41 | 0 | 63 | 123 | 31 | 27 | 107 | 54 |
| Binary | 10111111 | 1011110 | 100001 | 0 | 110011 | 1010011 | 11001 | 10111 | 1000111 | 101100 |
Color Harmonies of #BF5E21
Complementary color
Monochromatic Colors of #BF5E21
Black with #BF5E21
Text Example
Text Example
White with #BF5E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E21; }
p { color: rgb(191,94,33); }
H1.HeaderClassName
{
color: #BF5E21;
}
.AnyTagClassName
{
color: #BF5E21;
}
</style>
background-color css
<style>
a { background-color: #BF5E21; }
a { background-color: rgb(191,94,33); }
div.DivClassName
{
background-color: #BF5E21;
}
.BgClassName
{
background-color: #BF5E21;
}
</style>
border-color css
<style>
span { border-color: #BF5E21; }
span { border-color: rgb(191,94,33); }
td.TdClassName
{
border-color: #BF5E21;
}
.TagClassName
{
border-color: #BF5E21;
}
</style>