Shades of Christine #BB682C
Tints of Christine #BB682C
RGB
CMYK
RGB Variations
Color information
#BB682C (or 0xBB682C) is known color: Christine. HEX triplet: BB, 68 and 2C. RGB value is (187,104,44). Sum of RGB (Red+Green+Blue) = 187+104+44=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB682C is #4497D3. Grayscale: #7A7A7A. Windows color (decimal): -4495316 or 2910395. OLE color: 2910395.
HSL color Cylindrical-coordinate representation of color #BB682C: hue angle of 25.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB682C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 44 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.27 |
| HSL | 25.17º | 0.62% | 0.45% | - |
| HSV(B) | 25.17º | 0.76% | 0.73% | - |
| XYZ | 25.9 | 20.65 | 5 | - |
| YUV | 121.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 44 | 0 | 0.44 | 0.76 | 0.27 | 25.17 | 0.62 | 0.45 |
| Hex | BB | 68 | 2C | 0 | 2C | 4C | 1B | 19 | 3E | 2D |
| Octal | 273 | 150 | 54 | 0 | 54 | 114 | 33 | 31 | 76 | 55 |
| Binary | 10111011 | 1101000 | 101100 | 0 | 101100 | 1001100 | 11011 | 11001 | 111110 | 101101 |
Color Harmonies of #BB682C
Complementary color
Monochromatic Colors of #BB682C
Black with #BB682C
Text Example
Text Example
White with #BB682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB682C; }
p { color: rgb(187,104,44); }
H1.HeaderClassName
{
color: #BB682C;
}
.AnyTagClassName
{
color: #BB682C;
}
</style>
background-color css
<style>
a { background-color: #BB682C; }
a { background-color: rgb(187,104,44); }
div.DivClassName
{
background-color: #BB682C;
}
.BgClassName
{
background-color: #BB682C;
}
</style>
border-color css
<style>
span { border-color: #BB682C; }
span { border-color: rgb(187,104,44); }
td.TdClassName
{
border-color: #BB682C;
}
.TagClassName
{
border-color: #BB682C;
}
</style>