Shades of Christine #BF6C33
Tints of Christine #BF6C33
RGB
CMYK
RGB Variations
Color information
#BF6C33 (or 0xBF6C33) is known color: Christine. HEX triplet: BF, 6C and 33. RGB value is (191,108,51). Sum of RGB (Red+Green+Blue) = 191+108+51=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C33 is #4093CC. Grayscale: #7E7E7E. Windows color (decimal): -4232141 or 3370175. OLE color: 3370175.
HSL color Cylindrical-coordinate representation of color #BF6C33: hue angle of 24.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF6C33 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 51 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.25 |
| HSL | 24.43º | 0.58% | 0.47% | - |
| HSV(B) | 24.43º | 0.73% | 0.75% | - |
| XYZ | 27.45 | 22.04 | 5.94 | - |
| YUV | 126.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 51 | 0 | 0.43 | 0.73 | 0.25 | 24.43 | 0.58 | 0.47 |
| Hex | BF | 6C | 33 | 0 | 2B | 49 | 19 | 18 | 3A | 2F |
| Octal | 277 | 154 | 63 | 0 | 53 | 111 | 31 | 30 | 72 | 57 |
| Binary | 10111111 | 1101100 | 110011 | 0 | 101011 | 1001001 | 11001 | 11000 | 111010 | 101111 |
Color Harmonies of #BF6C33
Complementary color
Monochromatic Colors of #BF6C33
Black with #BF6C33
Text Example
Text Example
White with #BF6C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C33; }
p { color: rgb(191,108,51); }
H1.HeaderClassName
{
color: #BF6C33;
}
.AnyTagClassName
{
color: #BF6C33;
}
</style>
background-color css
<style>
a { background-color: #BF6C33; }
a { background-color: rgb(191,108,51); }
div.DivClassName
{
background-color: #BF6C33;
}
.BgClassName
{
background-color: #BF6C33;
}
</style>
border-color css
<style>
span { border-color: #BF6C33; }
span { border-color: rgb(191,108,51); }
td.TdClassName
{
border-color: #BF6C33;
}
.TagClassName
{
border-color: #BF6C33;
}
</style>