Shades of Christine #BB652C
Tints of Christine #BB652C
RGB
CMYK
RGB Variations
Color information
#BB652C (or 0xBB652C) is known color: Christine. HEX triplet: BB, 65 and 2C. RGB value is (187,101,44). Sum of RGB (Red+Green+Blue) = 187+101+44=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB652C is #449AD3. Grayscale: #787878. Windows color (decimal): -4496084 or 2909627. OLE color: 2909627.
HSL color Cylindrical-coordinate representation of color #BB652C: hue angle of 23.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB652C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 44 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.27 |
| HSL | 23.92º | 0.62% | 0.45% | - |
| HSV(B) | 23.92º | 0.76% | 0.73% | - |
| XYZ | 25.6 | 20.05 | 4.9 | - |
| YUV | 120.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 44 | 0 | 0.46 | 0.76 | 0.27 | 23.92 | 0.62 | 0.45 |
| Hex | BB | 65 | 2C | 0 | 2E | 4C | 1B | 18 | 3E | 2D |
| Octal | 273 | 145 | 54 | 0 | 56 | 114 | 33 | 30 | 76 | 55 |
| Binary | 10111011 | 1100101 | 101100 | 0 | 101110 | 1001100 | 11011 | 11000 | 111110 | 101101 |
Color Harmonies of #BB652C
Complementary color
Monochromatic Colors of #BB652C
Black with #BB652C
Text Example
Text Example
White with #BB652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB652C; }
p { color: rgb(187,101,44); }
H1.HeaderClassName
{
color: #BB652C;
}
.AnyTagClassName
{
color: #BB652C;
}
</style>
background-color css
<style>
a { background-color: #BB652C; }
a { background-color: rgb(187,101,44); }
div.DivClassName
{
background-color: #BB652C;
}
.BgClassName
{
background-color: #BB652C;
}
</style>
border-color css
<style>
span { border-color: #BB652C; }
span { border-color: rgb(187,101,44); }
td.TdClassName
{
border-color: #BB652C;
}
.TagClassName
{
border-color: #BB652C;
}
</style>