Shades of Christine #BB652A
Tints of Christine #BB652A
RGB
CMYK
RGB Variations
Color information
#BB652A (or 0xBB652A) is known color: Christine. HEX triplet: BB, 65 and 2A. RGB value is (187,101,42). Sum of RGB (Red+Green+Blue) = 187+101+42=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB652A is #449AD5. Grayscale: #787878. Windows color (decimal): -4496086 or 2778555. OLE color: 2778555.
HSL color Cylindrical-coordinate representation of color #BB652A: hue angle of 24.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB652A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 42 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.27 |
| HSL | 24.41º | 0.63% | 0.45% | - |
| HSV(B) | 24.41º | 0.78% | 0.73% | - |
| XYZ | 25.57 | 20.04 | 4.71 | - |
| YUV | 119.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 42 | 0 | 0.46 | 0.78 | 0.27 | 24.41 | 0.63 | 0.45 |
| Hex | BB | 65 | 2A | 0 | 2E | 4E | 1B | 18 | 3F | 2D |
| Octal | 273 | 145 | 52 | 0 | 56 | 116 | 33 | 30 | 77 | 55 |
| Binary | 10111011 | 1100101 | 101010 | 0 | 101110 | 1001110 | 11011 | 11000 | 111111 | 101101 |
Color Harmonies of #BB652A
Complementary color
Monochromatic Colors of #BB652A
Black with #BB652A
Text Example
Text Example
White with #BB652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB652A; }
p { color: rgb(187,101,42); }
H1.HeaderClassName
{
color: #BB652A;
}
.AnyTagClassName
{
color: #BB652A;
}
</style>
background-color css
<style>
a { background-color: #BB652A; }
a { background-color: rgb(187,101,42); }
div.DivClassName
{
background-color: #BB652A;
}
.BgClassName
{
background-color: #BB652A;
}
</style>
border-color css
<style>
span { border-color: #BB652A; }
span { border-color: rgb(187,101,42); }
td.TdClassName
{
border-color: #BB652A;
}
.TagClassName
{
border-color: #BB652A;
}
</style>