Shades of Christine #BB652F
Tints of Christine #BB652F
RGB
CMYK
RGB Variations
Color information
#BB652F (or 0xBB652F) is known color: Christine. HEX triplet: BB, 65 and 2F. RGB value is (187,101,47). Sum of RGB (Red+Green+Blue) = 187+101+47=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB652F is #449AD0. Grayscale: #787878. Windows color (decimal): -4496081 or 3106235. OLE color: 3106235.
HSL color Cylindrical-coordinate representation of color #BB652F: hue angle of 23.14º degrees, saturation: 0.6, 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 #BB652F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 47 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.27 |
| HSL | 23.14º | 0.6% | 0.46% | - |
| HSV(B) | 23.14º | 0.75% | 0.73% | - |
| XYZ | 25.66 | 20.08 | 5.21 | - |
| YUV | 120.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 47 | 0 | 0.46 | 0.75 | 0.27 | 23.14 | 0.6 | 0.46 |
| Hex | BB | 65 | 2F | 0 | 2E | 4B | 1B | 17 | 3C | 2E |
| Octal | 273 | 145 | 57 | 0 | 56 | 113 | 33 | 27 | 74 | 56 |
| Binary | 10111011 | 1100101 | 101111 | 0 | 101110 | 1001011 | 11011 | 10111 | 111100 | 101110 |
Color Harmonies of #BB652F
Complementary color
Monochromatic Colors of #BB652F
Black with #BB652F
Text Example
Text Example
White with #BB652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB652F; }
p { color: rgb(187,101,47); }
H1.HeaderClassName
{
color: #BB652F;
}
.AnyTagClassName
{
color: #BB652F;
}
</style>
background-color css
<style>
a { background-color: #BB652F; }
a { background-color: rgb(187,101,47); }
div.DivClassName
{
background-color: #BB652F;
}
.BgClassName
{
background-color: #BB652F;
}
</style>
border-color css
<style>
span { border-color: #BB652F; }
span { border-color: rgb(187,101,47); }
td.TdClassName
{
border-color: #BB652F;
}
.TagClassName
{
border-color: #BB652F;
}
</style>