Shades of Christine #BB652E
Tints of Christine #BB652E
RGB
CMYK
RGB Variations
Color information
#BB652E (or 0xBB652E) is known color: Christine. HEX triplet: BB, 65 and 2E. RGB value is (187,101,46). Sum of RGB (Red+Green+Blue) = 187+101+46=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB652E is #449AD1. Grayscale: #787878. Windows color (decimal): -4496082 or 3040699. OLE color: 3040699.
HSL color Cylindrical-coordinate representation of color #BB652E: hue angle of 23.4º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB652E is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 46 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.27 |
| HSL | 23.4º | 0.61% | 0.46% | - |
| HSV(B) | 23.4º | 0.75% | 0.73% | - |
| XYZ | 25.64 | 20.07 | 5.11 | - |
| YUV | 120.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 46 | 0 | 0.46 | 0.75 | 0.27 | 23.4 | 0.61 | 0.46 |
| Hex | BB | 65 | 2E | 0 | 2E | 4B | 1B | 17 | 3D | 2E |
| Octal | 273 | 145 | 56 | 0 | 56 | 113 | 33 | 27 | 75 | 56 |
| Binary | 10111011 | 1100101 | 101110 | 0 | 101110 | 1001011 | 11011 | 10111 | 111101 | 101110 |
Color Harmonies of #BB652E
Complementary color
Monochromatic Colors of #BB652E
Black with #BB652E
Text Example
Text Example
White with #BB652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB652E; }
p { color: rgb(187,101,46); }
H1.HeaderClassName
{
color: #BB652E;
}
.AnyTagClassName
{
color: #BB652E;
}
</style>
background-color css
<style>
a { background-color: #BB652E; }
a { background-color: rgb(187,101,46); }
div.DivClassName
{
background-color: #BB652E;
}
.BgClassName
{
background-color: #BB652E;
}
</style>
border-color css
<style>
span { border-color: #BB652E; }
span { border-color: rgb(187,101,46); }
td.TdClassName
{
border-color: #BB652E;
}
.TagClassName
{
border-color: #BB652E;
}
</style>