Shades of Christine #BF652A
Tints of Christine #BF652A
RGB
CMYK
RGB Variations
Color information
#BF652A (or 0xBF652A) is known color: Christine. HEX triplet: BF, 65 and 2A. RGB value is (191,101,42). Sum of RGB (Red+Green+Blue) = 191+101+42=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF652A is #409AD5. Grayscale: #797979. Windows color (decimal): -4233942 or 2778559. OLE color: 2778559.
HSL color Cylindrical-coordinate representation of color #BF652A: hue angle of 23.76º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF652A is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 42 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.25 |
| HSL | 23.76º | 0.64% | 0.46% | - |
| HSV(B) | 23.76º | 0.78% | 0.75% | - |
| XYZ | 26.56 | 20.55 | 4.76 | - |
| YUV | 121.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 42 | 0 | 0.47 | 0.78 | 0.25 | 23.76 | 0.64 | 0.46 |
| Hex | BF | 65 | 2A | 0 | 2F | 4E | 19 | 18 | 40 | 2E |
| Octal | 277 | 145 | 52 | 0 | 57 | 116 | 31 | 30 | 100 | 56 |
| Binary | 10111111 | 1100101 | 101010 | 0 | 101111 | 1001110 | 11001 | 11000 | 1000000 | 101110 |
Color Harmonies of #BF652A
Complementary color
Monochromatic Colors of #BF652A
Black with #BF652A
Text Example
Text Example
White with #BF652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF652A; }
p { color: rgb(191,101,42); }
H1.HeaderClassName
{
color: #BF652A;
}
.AnyTagClassName
{
color: #BF652A;
}
</style>
background-color css
<style>
a { background-color: #BF652A; }
a { background-color: rgb(191,101,42); }
div.DivClassName
{
background-color: #BF652A;
}
.BgClassName
{
background-color: #BF652A;
}
</style>
border-color css
<style>
span { border-color: #BF652A; }
span { border-color: rgb(191,101,42); }
td.TdClassName
{
border-color: #BF652A;
}
.TagClassName
{
border-color: #BF652A;
}
</style>