Shades of Christine #BF622B
Tints of Christine #BF622B
RGB
CMYK
RGB Variations
Color information
#BF622B (or 0xBF622B) is known color: Christine. HEX triplet: BF, 62 and 2B. RGB value is (191,98,43). Sum of RGB (Red+Green+Blue) = 191+98+43=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF622B is #409DD4. Grayscale: #777777. Windows color (decimal): -4234709 or 2843327. OLE color: 2843327.
HSL color Cylindrical-coordinate representation of color #BF622B: hue angle of 22.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF622B is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 43 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.25 |
| HSL | 22.3º | 0.63% | 0.46% | - |
| HSV(B) | 22.3º | 0.77% | 0.75% | - |
| XYZ | 26.29 | 19.99 | 4.76 | - |
| YUV | 119.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 43 | 0 | 0.49 | 0.77 | 0.25 | 22.3 | 0.63 | 0.46 |
| Hex | BF | 62 | 2B | 0 | 31 | 4D | 19 | 16 | 3F | 2E |
| Octal | 277 | 142 | 53 | 0 | 61 | 115 | 31 | 26 | 77 | 56 |
| Binary | 10111111 | 1100010 | 101011 | 0 | 110001 | 1001101 | 11001 | 10110 | 111111 | 101110 |
Color Harmonies of #BF622B
Complementary color
Monochromatic Colors of #BF622B
Black with #BF622B
Text Example
Text Example
White with #BF622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF622B; }
p { color: rgb(191,98,43); }
H1.HeaderClassName
{
color: #BF622B;
}
.AnyTagClassName
{
color: #BF622B;
}
</style>
background-color css
<style>
a { background-color: #BF622B; }
a { background-color: rgb(191,98,43); }
div.DivClassName
{
background-color: #BF622B;
}
.BgClassName
{
background-color: #BF622B;
}
</style>
border-color css
<style>
span { border-color: #BF622B; }
span { border-color: rgb(191,98,43); }
td.TdClassName
{
border-color: #BF622B;
}
.TagClassName
{
border-color: #BF622B;
}
</style>