Shades of Christine #BF5A24
Tints of Christine #BF5A24
RGB
CMYK
RGB Variations
Color information
#BF5A24 (or 0xBF5A24) is known color: Christine. HEX triplet: BF, 5A and 24. RGB value is (191,90,36). Sum of RGB (Red+Green+Blue) = 191+90+36=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A24 is #40A5DB. Grayscale: #727272. Windows color (decimal): -4236764 or 2382527. OLE color: 2382527.
HSL color Cylindrical-coordinate representation of color #BF5A24: hue angle of 20.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF5A24 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 36 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.25 |
| HSL | 20.9º | 0.68% | 0.45% | - |
| HSV(B) | 20.9º | 0.81% | 0.75% | - |
| XYZ | 25.46 | 18.52 | 3.9 | - |
| YUV | 114.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 36 | 0 | 0.53 | 0.81 | 0.25 | 20.9 | 0.68 | 0.45 |
| Hex | BF | 5A | 24 | 0 | 35 | 51 | 19 | 15 | 44 | 2D |
| Octal | 277 | 132 | 44 | 0 | 65 | 121 | 31 | 25 | 104 | 55 |
| Binary | 10111111 | 1011010 | 100100 | 0 | 110101 | 1010001 | 11001 | 10101 | 1000100 | 101101 |
Color Harmonies of #BF5A24
Complementary color
Monochromatic Colors of #BF5A24
Black with #BF5A24
Text Example
Text Example
White with #BF5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A24; }
p { color: rgb(191,90,36); }
H1.HeaderClassName
{
color: #BF5A24;
}
.AnyTagClassName
{
color: #BF5A24;
}
</style>
background-color css
<style>
a { background-color: #BF5A24; }
a { background-color: rgb(191,90,36); }
div.DivClassName
{
background-color: #BF5A24;
}
.BgClassName
{
background-color: #BF5A24;
}
</style>
border-color css
<style>
span { border-color: #BF5A24; }
span { border-color: rgb(191,90,36); }
td.TdClassName
{
border-color: #BF5A24;
}
.TagClassName
{
border-color: #BF5A24;
}
</style>