Shades of Christine #BB652B
Tints of Christine #BB652B
RGB
CMYK
RGB Variations
Color information
#BB652B (or 0xBB652B) is known color: Christine. HEX triplet: BB, 65 and 2B. RGB value is (187,101,43). Sum of RGB (Red+Green+Blue) = 187+101+43=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB652B is #449AD4. Grayscale: #787878. Windows color (decimal): -4496085 or 2844091. OLE color: 2844091.
HSL color Cylindrical-coordinate representation of color #BB652B: hue angle of 24.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB652B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 43 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.27 |
| HSL | 24.17º | 0.63% | 0.45% | - |
| HSV(B) | 24.17º | 0.77% | 0.73% | - |
| XYZ | 25.58 | 20.05 | 4.81 | - |
| YUV | 120.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 43 | 0 | 0.46 | 0.77 | 0.27 | 24.17 | 0.63 | 0.45 |
| Hex | BB | 65 | 2B | 0 | 2E | 4D | 1B | 18 | 3F | 2D |
| Octal | 273 | 145 | 53 | 0 | 56 | 115 | 33 | 30 | 77 | 55 |
| Binary | 10111011 | 1100101 | 101011 | 0 | 101110 | 1001101 | 11011 | 11000 | 111111 | 101101 |
Color Harmonies of #BB652B
Complementary color
Monochromatic Colors of #BB652B
Black with #BB652B
Text Example
Text Example
White with #BB652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB652B; }
p { color: rgb(187,101,43); }
H1.HeaderClassName
{
color: #BB652B;
}
.AnyTagClassName
{
color: #BB652B;
}
</style>
background-color css
<style>
a { background-color: #BB652B; }
a { background-color: rgb(187,101,43); }
div.DivClassName
{
background-color: #BB652B;
}
.BgClassName
{
background-color: #BB652B;
}
</style>
border-color css
<style>
span { border-color: #BB652B; }
span { border-color: rgb(187,101,43); }
td.TdClassName
{
border-color: #BB652B;
}
.TagClassName
{
border-color: #BB652B;
}
</style>