Shades of Christine #BB661B
Tints of Christine #BB661B
RGB
CMYK
RGB Variations
Color information
#BB661B (or 0xBB661B) is known color: Christine. HEX triplet: BB, 66 and 1B. RGB value is (187,102,27). Sum of RGB (Red+Green+Blue) = 187+102+27=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB661B is #4499E4. Grayscale: #777777. Windows color (decimal): -4495845 or 1795771. OLE color: 1795771.
HSL color Cylindrical-coordinate representation of color #BB661B: hue angle of 28.12º 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 #BB661B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 27 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.27 |
| HSL | 28.13º | 0.75% | 0.42% | - |
| HSV(B) | 28.13º | 0.86% | 0.73% | - |
| XYZ | 25.44 | 20.15 | 3.58 | - |
| YUV | 118.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 27 | 0 | 0.45 | 0.86 | 0.27 | 28.13 | 0.75 | 0.42 |
| Hex | BB | 66 | 1B | 0 | 2D | 56 | 1B | 1C | 4B | 2A |
| Octal | 273 | 146 | 33 | 0 | 55 | 126 | 33 | 34 | 113 | 52 |
| Binary | 10111011 | 1100110 | 11011 | 0 | 101101 | 1010110 | 11011 | 11100 | 1001011 | 101010 |
Color Harmonies of #BB661B
Complementary color
Monochromatic Colors of #BB661B
Black with #BB661B
Text Example
Text Example
White with #BB661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB661B; }
p { color: rgb(187,102,27); }
H1.HeaderClassName
{
color: #BB661B;
}
.AnyTagClassName
{
color: #BB661B;
}
</style>
background-color css
<style>
a { background-color: #BB661B; }
a { background-color: rgb(187,102,27); }
div.DivClassName
{
background-color: #BB661B;
}
.BgClassName
{
background-color: #BB661B;
}
</style>
border-color css
<style>
span { border-color: #BB661B; }
span { border-color: rgb(187,102,27); }
td.TdClassName
{
border-color: #BB661B;
}
.TagClassName
{
border-color: #BB661B;
}
</style>