Shades of Christine #BB6228
Tints of Christine #BB6228
RGB
CMYK
RGB Variations
Color information
#BB6228 (or 0xBB6228) is known color: Christine. HEX triplet: BB, 62 and 28. RGB value is (187,98,40). Sum of RGB (Red+Green+Blue) = 187+98+40=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6228 is #449DD7. Grayscale: #767676. Windows color (decimal): -4496856 or 2646715. OLE color: 2646715.
HSL color Cylindrical-coordinate representation of color #BB6228: hue angle of 23.67º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6228 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 40 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.27 |
| HSL | 23.67º | 0.65% | 0.45% | - |
| HSV(B) | 23.67º | 0.79% | 0.73% | - |
| XYZ | 25.24 | 19.45 | 4.43 | - |
| YUV | 118 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 40 | 0 | 0.48 | 0.79 | 0.27 | 23.67 | 0.65 | 0.45 |
| Hex | BB | 62 | 28 | 0 | 30 | 4F | 1B | 18 | 41 | 2D |
| Octal | 273 | 142 | 50 | 0 | 60 | 117 | 33 | 30 | 101 | 55 |
| Binary | 10111011 | 1100010 | 101000 | 0 | 110000 | 1001111 | 11011 | 11000 | 1000001 | 101101 |
Color Harmonies of #BB6228
Complementary color
Monochromatic Colors of #BB6228
Black with #BB6228
Text Example
Text Example
White with #BB6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6228; }
p { color: rgb(187,98,40); }
H1.HeaderClassName
{
color: #BB6228;
}
.AnyTagClassName
{
color: #BB6228;
}
</style>
background-color css
<style>
a { background-color: #BB6228; }
a { background-color: rgb(187,98,40); }
div.DivClassName
{
background-color: #BB6228;
}
.BgClassName
{
background-color: #BB6228;
}
</style>
border-color css
<style>
span { border-color: #BB6228; }
span { border-color: rgb(187,98,40); }
td.TdClassName
{
border-color: #BB6228;
}
.TagClassName
{
border-color: #BB6228;
}
</style>