Shades of Christine #BF682D
Tints of Christine #BF682D
RGB
CMYK
RGB Variations
Color information
#BF682D (or 0xBF682D) is known color: Christine. HEX triplet: BF, 68 and 2D. RGB value is (191,104,45). Sum of RGB (Red+Green+Blue) = 191+104+45=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF682D is #4097D2. Grayscale: #7B7B7B. Windows color (decimal): -4233171 or 2975935. OLE color: 2975935.
HSL color Cylindrical-coordinate representation of color #BF682D: hue angle of 24.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF682D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 45 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.25 |
| HSL | 24.25º | 0.62% | 0.46% | - |
| HSV(B) | 24.25º | 0.76% | 0.75% | - |
| XYZ | 26.91 | 21.17 | 5.15 | - |
| YUV | 123.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 45 | 0 | 0.46 | 0.76 | 0.25 | 24.25 | 0.62 | 0.46 |
| Hex | BF | 68 | 2D | 0 | 2E | 4C | 19 | 18 | 3E | 2E |
| Octal | 277 | 150 | 55 | 0 | 56 | 114 | 31 | 30 | 76 | 56 |
| Binary | 10111111 | 1101000 | 101101 | 0 | 101110 | 1001100 | 11001 | 11000 | 111110 | 101110 |
Color Harmonies of #BF682D
Complementary color
Monochromatic Colors of #BF682D
Black with #BF682D
Text Example
Text Example
White with #BF682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF682D; }
p { color: rgb(191,104,45); }
H1.HeaderClassName
{
color: #BF682D;
}
.AnyTagClassName
{
color: #BF682D;
}
</style>
background-color css
<style>
a { background-color: #BF682D; }
a { background-color: rgb(191,104,45); }
div.DivClassName
{
background-color: #BF682D;
}
.BgClassName
{
background-color: #BF682D;
}
</style>
border-color css
<style>
span { border-color: #BF682D; }
span { border-color: rgb(191,104,45); }
td.TdClassName
{
border-color: #BF682D;
}
.TagClassName
{
border-color: #BF682D;
}
</style>