Shades of Christine #BF5A23
Tints of Christine #BF5A23
RGB
CMYK
RGB Variations
Color information
#BF5A23 (or 0xBF5A23) is known color: Christine. HEX triplet: BF, 5A and 23. RGB value is (191,90,35). Sum of RGB (Red+Green+Blue) = 191+90+35=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A23 is #40A5DC. Grayscale: #727272. Windows color (decimal): -4236765 or 2316991. OLE color: 2316991.
HSL color Cylindrical-coordinate representation of color #BF5A23: hue angle of 21.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF5A23 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 35 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.25 |
| HSL | 21.15º | 0.69% | 0.44% | - |
| HSV(B) | 21.15º | 0.82% | 0.75% | - |
| XYZ | 25.45 | 18.51 | 3.82 | - |
| YUV | 113.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 35 | 0 | 0.53 | 0.82 | 0.25 | 21.15 | 0.69 | 0.44 |
| Hex | BF | 5A | 23 | 0 | 35 | 52 | 19 | 15 | 45 | 2C |
| Octal | 277 | 132 | 43 | 0 | 65 | 122 | 31 | 25 | 105 | 54 |
| Binary | 10111111 | 1011010 | 100011 | 0 | 110101 | 1010010 | 11001 | 10101 | 1000101 | 101100 |
Color Harmonies of #BF5A23
Complementary color
Monochromatic Colors of #BF5A23
Black with #BF5A23
Text Example
Text Example
White with #BF5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A23; }
p { color: rgb(191,90,35); }
H1.HeaderClassName
{
color: #BF5A23;
}
.AnyTagClassName
{
color: #BF5A23;
}
</style>
background-color css
<style>
a { background-color: #BF5A23; }
a { background-color: rgb(191,90,35); }
div.DivClassName
{
background-color: #BF5A23;
}
.BgClassName
{
background-color: #BF5A23;
}
</style>
border-color css
<style>
span { border-color: #BF5A23; }
span { border-color: rgb(191,90,35); }
td.TdClassName
{
border-color: #BF5A23;
}
.TagClassName
{
border-color: #BF5A23;
}
</style>