Shades of Christine #BB671C
Tints of Christine #BB671C
RGB
CMYK
RGB Variations
Color information
#BB671C (or 0xBB671C) is known color: Christine. HEX triplet: BB, 67 and 1C. RGB value is (187,103,28). Sum of RGB (Red+Green+Blue) = 187+103+28=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB671C is #4498E3. Grayscale: #777777. Windows color (decimal): -4495588 or 1861563. OLE color: 1861563.
HSL color Cylindrical-coordinate representation of color #BB671C: hue angle of 28.3º 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 #BB671C is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 28 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.27 |
| HSL | 28.3º | 0.74% | 0.42% | - |
| HSV(B) | 28.3º | 0.85% | 0.73% | - |
| XYZ | 25.55 | 20.35 | 3.68 | - |
| YUV | 119.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 28 | 0 | 0.45 | 0.85 | 0.27 | 28.3 | 0.74 | 0.42 |
| Hex | BB | 67 | 1C | 0 | 2D | 55 | 1B | 1C | 4A | 2A |
| Octal | 273 | 147 | 34 | 0 | 55 | 125 | 33 | 34 | 112 | 52 |
| Binary | 10111011 | 1100111 | 11100 | 0 | 101101 | 1010101 | 11011 | 11100 | 1001010 | 101010 |
Color Harmonies of #BB671C
Complementary color
Monochromatic Colors of #BB671C
Black with #BB671C
Text Example
Text Example
White with #BB671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB671C; }
p { color: rgb(187,103,28); }
H1.HeaderClassName
{
color: #BB671C;
}
.AnyTagClassName
{
color: #BB671C;
}
</style>
background-color css
<style>
a { background-color: #BB671C; }
a { background-color: rgb(187,103,28); }
div.DivClassName
{
background-color: #BB671C;
}
.BgClassName
{
background-color: #BB671C;
}
</style>
border-color css
<style>
span { border-color: #BB671C; }
span { border-color: rgb(187,103,28); }
td.TdClassName
{
border-color: #BB671C;
}
.TagClassName
{
border-color: #BB671C;
}
</style>