Shades of Christine #BB661F
Tints of Christine #BB661F
RGB
CMYK
RGB Variations
Color information
#BB661F (or 0xBB661F) is known color: Christine. HEX triplet: BB, 66 and 1F. RGB value is (187,102,31). Sum of RGB (Red+Green+Blue) = 187+102+31=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB661F is #4499E0. Grayscale: #777777. Windows color (decimal): -4495841 or 2057915. OLE color: 2057915.
HSL color Cylindrical-coordinate representation of color #BB661F: hue angle of 27.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB661F is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 31 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.27 |
| HSL | 27.31º | 0.72% | 0.43% | - |
| HSV(B) | 27.31º | 0.83% | 0.73% | - |
| XYZ | 25.49 | 20.17 | 3.85 | - |
| YUV | 119.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 31 | 0 | 0.45 | 0.83 | 0.27 | 27.31 | 0.72 | 0.43 |
| Hex | BB | 66 | 1F | 0 | 2D | 53 | 1B | 1B | 48 | 2B |
| Octal | 273 | 146 | 37 | 0 | 55 | 123 | 33 | 33 | 110 | 53 |
| Binary | 10111011 | 1100110 | 11111 | 0 | 101101 | 1010011 | 11011 | 11011 | 1001000 | 101011 |
Color Harmonies of #BB661F
Complementary color
Monochromatic Colors of #BB661F
Black with #BB661F
Text Example
Text Example
White with #BB661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB661F; }
p { color: rgb(187,102,31); }
H1.HeaderClassName
{
color: #BB661F;
}
.AnyTagClassName
{
color: #BB661F;
}
</style>
background-color css
<style>
a { background-color: #BB661F; }
a { background-color: rgb(187,102,31); }
div.DivClassName
{
background-color: #BB661F;
}
.BgClassName
{
background-color: #BB661F;
}
</style>
border-color css
<style>
span { border-color: #BB661F; }
span { border-color: rgb(187,102,31); }
td.TdClassName
{
border-color: #BB661F;
}
.TagClassName
{
border-color: #BB661F;
}
</style>