Shades of Christine #BB681B
Tints of Christine #BB681B
RGB
CMYK
RGB Variations
Color information
#BB681B (or 0xBB681B) is known color: Christine. HEX triplet: BB, 68 and 1B. RGB value is (187,104,27). Sum of RGB (Red+Green+Blue) = 187+104+27=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB681B is #4497E4. Grayscale: #787878. Windows color (decimal): -4495333 or 1796283. OLE color: 1796283.
HSL color Cylindrical-coordinate representation of color #BB681B: hue angle of 28.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB681B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 27 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.27 |
| HSL | 28.88º | 0.75% | 0.42% | - |
| HSV(B) | 28.88º | 0.86% | 0.73% | - |
| XYZ | 25.64 | 20.54 | 3.65 | - |
| YUV | 120.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 27 | 0 | 0.44 | 0.86 | 0.27 | 28.88 | 0.75 | 0.42 |
| Hex | BB | 68 | 1B | 0 | 2C | 56 | 1B | 1D | 4B | 2A |
| Octal | 273 | 150 | 33 | 0 | 54 | 126 | 33 | 35 | 113 | 52 |
| Binary | 10111011 | 1101000 | 11011 | 0 | 101100 | 1010110 | 11011 | 11101 | 1001011 | 101010 |
Color Harmonies of #BB681B
Complementary color
Monochromatic Colors of #BB681B
Black with #BB681B
Text Example
Text Example
White with #BB681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB681B; }
p { color: rgb(187,104,27); }
H1.HeaderClassName
{
color: #BB681B;
}
.AnyTagClassName
{
color: #BB681B;
}
</style>
background-color css
<style>
a { background-color: #BB681B; }
a { background-color: rgb(187,104,27); }
div.DivClassName
{
background-color: #BB681B;
}
.BgClassName
{
background-color: #BB681B;
}
</style>
border-color css
<style>
span { border-color: #BB681B; }
span { border-color: rgb(187,104,27); }
td.TdClassName
{
border-color: #BB681B;
}
.TagClassName
{
border-color: #BB681B;
}
</style>