Shades of Christine #BB682A
Tints of Christine #BB682A
RGB
CMYK
RGB Variations
Color information
#BB682A (or 0xBB682A) is known color: Christine. HEX triplet: BB, 68 and 2A. RGB value is (187,104,42). Sum of RGB (Red+Green+Blue) = 187+104+42=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB682A is #4497D5. Grayscale: #7A7A7A. Windows color (decimal): -4495318 or 2779323. OLE color: 2779323.
HSL color Cylindrical-coordinate representation of color #BB682A: hue angle of 25.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB682A is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 42 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.27 |
| HSL | 25.66º | 0.63% | 0.45% | - |
| HSV(B) | 25.66º | 0.78% | 0.73% | - |
| XYZ | 25.86 | 20.63 | 4.81 | - |
| YUV | 121.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 42 | 0 | 0.44 | 0.78 | 0.27 | 25.66 | 0.63 | 0.45 |
| Hex | BB | 68 | 2A | 0 | 2C | 4E | 1B | 1A | 3F | 2D |
| Octal | 273 | 150 | 52 | 0 | 54 | 116 | 33 | 32 | 77 | 55 |
| Binary | 10111011 | 1101000 | 101010 | 0 | 101100 | 1001110 | 11011 | 11010 | 111111 | 101101 |
Color Harmonies of #BB682A
Complementary color
Monochromatic Colors of #BB682A
Black with #BB682A
Text Example
Text Example
White with #BB682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB682A; }
p { color: rgb(187,104,42); }
H1.HeaderClassName
{
color: #BB682A;
}
.AnyTagClassName
{
color: #BB682A;
}
</style>
background-color css
<style>
a { background-color: #BB682A; }
a { background-color: rgb(187,104,42); }
div.DivClassName
{
background-color: #BB682A;
}
.BgClassName
{
background-color: #BB682A;
}
</style>
border-color css
<style>
span { border-color: #BB682A; }
span { border-color: rgb(187,104,42); }
td.TdClassName
{
border-color: #BB682A;
}
.TagClassName
{
border-color: #BB682A;
}
</style>