Shades of Christine #BB631B
Tints of Christine #BB631B
RGB
CMYK
RGB Variations
Color information
#BB631B (or 0xBB631B) is known color: Christine. HEX triplet: BB, 63 and 1B. RGB value is (187,99,27). Sum of RGB (Red+Green+Blue) = 187+99+27=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB631B is #449CE4. Grayscale: #757575. Windows color (decimal): -4496613 or 1795003. OLE color: 1795003.
HSL color Cylindrical-coordinate representation of color #BB631B: hue angle of 27º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB631B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 27 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.27 |
| HSL | 27º | 0.75% | 0.42% | - |
| HSV(B) | 27º | 0.86% | 0.73% | - |
| XYZ | 25.15 | 19.57 | 3.49 | - |
| YUV | 117.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 27 | 0 | 0.47 | 0.86 | 0.27 | 27 | 0.75 | 0.42 |
| Hex | BB | 63 | 1B | 0 | 2F | 56 | 1B | 1B | 4B | 2A |
| Octal | 273 | 143 | 33 | 0 | 57 | 126 | 33 | 33 | 113 | 52 |
| Binary | 10111011 | 1100011 | 11011 | 0 | 101111 | 1010110 | 11011 | 11011 | 1001011 | 101010 |
Color Harmonies of #BB631B
Complementary color
Monochromatic Colors of #BB631B
Black with #BB631B
Text Example
Text Example
White with #BB631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB631B; }
p { color: rgb(187,99,27); }
H1.HeaderClassName
{
color: #BB631B;
}
.AnyTagClassName
{
color: #BB631B;
}
</style>
background-color css
<style>
a { background-color: #BB631B; }
a { background-color: rgb(187,99,27); }
div.DivClassName
{
background-color: #BB631B;
}
.BgClassName
{
background-color: #BB631B;
}
</style>
border-color css
<style>
span { border-color: #BB631B; }
span { border-color: rgb(187,99,27); }
td.TdClassName
{
border-color: #BB631B;
}
.TagClassName
{
border-color: #BB631B;
}
</style>