Shades of Christine #BF662D
Tints of Christine #BF662D
RGB
CMYK
RGB Variations
Color information
#BF662D (or 0xBF662D) is known color: Christine. HEX triplet: BF, 66 and 2D. RGB value is (191,102,45). Sum of RGB (Red+Green+Blue) = 191+102+45=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF662D is #4099D2. Grayscale: #7A7A7A. Windows color (decimal): -4233683 or 2975423. OLE color: 2975423.
HSL color Cylindrical-coordinate representation of color #BF662D: hue angle of 23.42º 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 #BF662D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 45 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.25 |
| HSL | 23.42º | 0.62% | 0.46% | - |
| HSV(B) | 23.42º | 0.76% | 0.75% | - |
| XYZ | 26.71 | 20.77 | 5.08 | - |
| YUV | 122.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 45 | 0 | 0.47 | 0.76 | 0.25 | 23.42 | 0.62 | 0.46 |
| Hex | BF | 66 | 2D | 0 | 2F | 4C | 19 | 17 | 3E | 2E |
| Octal | 277 | 146 | 55 | 0 | 57 | 114 | 31 | 27 | 76 | 56 |
| Binary | 10111111 | 1100110 | 101101 | 0 | 101111 | 1001100 | 11001 | 10111 | 111110 | 101110 |
Color Harmonies of #BF662D
Complementary color
Monochromatic Colors of #BF662D
Black with #BF662D
Text Example
Text Example
White with #BF662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF662D; }
p { color: rgb(191,102,45); }
H1.HeaderClassName
{
color: #BF662D;
}
.AnyTagClassName
{
color: #BF662D;
}
</style>
background-color css
<style>
a { background-color: #BF662D; }
a { background-color: rgb(191,102,45); }
div.DivClassName
{
background-color: #BF662D;
}
.BgClassName
{
background-color: #BF662D;
}
</style>
border-color css
<style>
span { border-color: #BF662D; }
span { border-color: rgb(191,102,45); }
td.TdClassName
{
border-color: #BF662D;
}
.TagClassName
{
border-color: #BF662D;
}
</style>