Shades of Christine #BF6023
Tints of Christine #BF6023
RGB
CMYK
RGB Variations
Color information
#BF6023 (or 0xBF6023) is known color: Christine. HEX triplet: BF, 60 and 23. RGB value is (191,96,35). Sum of RGB (Red+Green+Blue) = 191+96+35=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6023 is #409FDC. Grayscale: #757575. Windows color (decimal): -4235229 or 2318527. OLE color: 2318527.
HSL color Cylindrical-coordinate representation of color #BF6023: hue angle of 23.46º 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 #BF6023 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 35 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.25 |
| HSL | 23.46º | 0.69% | 0.44% | - |
| HSV(B) | 23.46º | 0.82% | 0.75% | - |
| XYZ | 25.97 | 19.56 | 4 | - |
| YUV | 117.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 35 | 0 | 0.50 | 0.82 | 0.25 | 23.46 | 0.69 | 0.44 |
| Hex | BF | 60 | 23 | 0 | 32 | 52 | 19 | 17 | 45 | 2C |
| Octal | 277 | 140 | 43 | 0 | 62 | 122 | 31 | 27 | 105 | 54 |
| Binary | 10111111 | 1100000 | 100011 | 0 | 110010 | 1010010 | 11001 | 10111 | 1000101 | 101100 |
Color Harmonies of #BF6023
Complementary color
Monochromatic Colors of #BF6023
Black with #BF6023
Text Example
Text Example
White with #BF6023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6023; }
p { color: rgb(191,96,35); }
H1.HeaderClassName
{
color: #BF6023;
}
.AnyTagClassName
{
color: #BF6023;
}
</style>
background-color css
<style>
a { background-color: #BF6023; }
a { background-color: rgb(191,96,35); }
div.DivClassName
{
background-color: #BF6023;
}
.BgClassName
{
background-color: #BF6023;
}
</style>
border-color css
<style>
span { border-color: #BF6023; }
span { border-color: rgb(191,96,35); }
td.TdClassName
{
border-color: #BF6023;
}
.TagClassName
{
border-color: #BF6023;
}
</style>