Shades of Christine #BB601C
Tints of Christine #BB601C
RGB
CMYK
RGB Variations
Color information
#BB601C (or 0xBB601C) is known color: Christine. HEX triplet: BB, 60 and 1C. RGB value is (187,96,28). Sum of RGB (Red+Green+Blue) = 187+96+28=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB601C is #449FE3. Grayscale: #737373. Windows color (decimal): -4497380 or 1859771. OLE color: 1859771.
HSL color Cylindrical-coordinate representation of color #BB601C: hue angle of 25.66º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB601C is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 28 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.27 |
| HSL | 25.66º | 0.74% | 0.42% | - |
| HSV(B) | 25.66º | 0.85% | 0.73% | - |
| XYZ | 24.89 | 19.01 | 3.46 | - |
| YUV | 115.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 28 | 0 | 0.49 | 0.85 | 0.27 | 25.66 | 0.74 | 0.42 |
| Hex | BB | 60 | 1C | 0 | 31 | 55 | 1B | 1A | 4A | 2A |
| Octal | 273 | 140 | 34 | 0 | 61 | 125 | 33 | 32 | 112 | 52 |
| Binary | 10111011 | 1100000 | 11100 | 0 | 110001 | 1010101 | 11011 | 11010 | 1001010 | 101010 |
Color Harmonies of #BB601C
Complementary color
Monochromatic Colors of #BB601C
Black with #BB601C
Text Example
Text Example
White with #BB601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB601C; }
p { color: rgb(187,96,28); }
H1.HeaderClassName
{
color: #BB601C;
}
.AnyTagClassName
{
color: #BB601C;
}
</style>
background-color css
<style>
a { background-color: #BB601C; }
a { background-color: rgb(187,96,28); }
div.DivClassName
{
background-color: #BB601C;
}
.BgClassName
{
background-color: #BB601C;
}
</style>
border-color css
<style>
span { border-color: #BB601C; }
span { border-color: rgb(187,96,28); }
td.TdClassName
{
border-color: #BB601C;
}
.TagClassName
{
border-color: #BB601C;
}
</style>