Shades of Christine #BB621E
Tints of Christine #BB621E
RGB
CMYK
RGB Variations
Color information
#BB621E (or 0xBB621E) is known color: Christine. HEX triplet: BB, 62 and 1E. RGB value is (187,98,30). Sum of RGB (Red+Green+Blue) = 187+98+30=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB621E is #449DE1. Grayscale: #757575. Windows color (decimal): -4496866 or 1991355. OLE color: 1991355.
HSL color Cylindrical-coordinate representation of color #BB621E: hue angle of 25.99º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB621E is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 30 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.27 |
| HSL | 25.99º | 0.72% | 0.43% | - |
| HSV(B) | 25.99º | 0.84% | 0.73% | - |
| XYZ | 25.1 | 19.39 | 3.65 | - |
| YUV | 116.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 30 | 0 | 0.48 | 0.84 | 0.27 | 25.99 | 0.72 | 0.43 |
| Hex | BB | 62 | 1E | 0 | 30 | 54 | 1B | 1A | 48 | 2B |
| Octal | 273 | 142 | 36 | 0 | 60 | 124 | 33 | 32 | 110 | 53 |
| Binary | 10111011 | 1100010 | 11110 | 0 | 110000 | 1010100 | 11011 | 11010 | 1001000 | 101011 |
Color Harmonies of #BB621E
Complementary color
Monochromatic Colors of #BB621E
Black with #BB621E
Text Example
Text Example
White with #BB621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB621E; }
p { color: rgb(187,98,30); }
H1.HeaderClassName
{
color: #BB621E;
}
.AnyTagClassName
{
color: #BB621E;
}
</style>
background-color css
<style>
a { background-color: #BB621E; }
a { background-color: rgb(187,98,30); }
div.DivClassName
{
background-color: #BB621E;
}
.BgClassName
{
background-color: #BB621E;
}
</style>
border-color css
<style>
span { border-color: #BB621E; }
span { border-color: rgb(187,98,30); }
td.TdClassName
{
border-color: #BB621E;
}
.TagClassName
{
border-color: #BB621E;
}
</style>