Shades of Christine #BB661E
Tints of Christine #BB661E
RGB
CMYK
RGB Variations
Color information
#BB661E (or 0xBB661E) is known color: Christine. HEX triplet: BB, 66 and 1E. RGB value is (187,102,30). Sum of RGB (Red+Green+Blue) = 187+102+30=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB661E is #4499E1. Grayscale: #777777. Windows color (decimal): -4495842 or 1992379. OLE color: 1992379.
HSL color Cylindrical-coordinate representation of color #BB661E: hue angle of 27.52º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB661E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 30 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.27 |
| HSL | 27.52º | 0.72% | 0.43% | - |
| HSV(B) | 27.52º | 0.84% | 0.73% | - |
| XYZ | 25.48 | 20.16 | 3.78 | - |
| YUV | 119.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 30 | 0 | 0.45 | 0.84 | 0.27 | 27.52 | 0.72 | 0.43 |
| Hex | BB | 66 | 1E | 0 | 2D | 54 | 1B | 1C | 48 | 2B |
| Octal | 273 | 146 | 36 | 0 | 55 | 124 | 33 | 34 | 110 | 53 |
| Binary | 10111011 | 1100110 | 11110 | 0 | 101101 | 1010100 | 11011 | 11100 | 1001000 | 101011 |
Color Harmonies of #BB661E
Complementary color
Monochromatic Colors of #BB661E
Black with #BB661E
Text Example
Text Example
White with #BB661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB661E; }
p { color: rgb(187,102,30); }
H1.HeaderClassName
{
color: #BB661E;
}
.AnyTagClassName
{
color: #BB661E;
}
</style>
background-color css
<style>
a { background-color: #BB661E; }
a { background-color: rgb(187,102,30); }
div.DivClassName
{
background-color: #BB661E;
}
.BgClassName
{
background-color: #BB661E;
}
</style>
border-color css
<style>
span { border-color: #BB661E; }
span { border-color: rgb(187,102,30); }
td.TdClassName
{
border-color: #BB661E;
}
.TagClassName
{
border-color: #BB661E;
}
</style>