Shades of Christine #BB601D
Tints of Christine #BB601D
RGB
CMYK
RGB Variations
Color information
#BB601D (or 0xBB601D) is known color: Christine. HEX triplet: BB, 60 and 1D. RGB value is (187,96,29). Sum of RGB (Red+Green+Blue) = 187+96+29=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB601D is #449FE2. Grayscale: #737373. Windows color (decimal): -4497379 or 1925307. OLE color: 1925307.
HSL color Cylindrical-coordinate representation of color #BB601D: hue angle of 25.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB601D is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 29 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.27 |
| HSL | 25.44º | 0.73% | 0.42% | - |
| HSV(B) | 25.44º | 0.84% | 0.73% | - |
| XYZ | 24.9 | 19.02 | 3.52 | - |
| YUV | 115.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 29 | 0 | 0.49 | 0.84 | 0.27 | 25.44 | 0.73 | 0.42 |
| Hex | BB | 60 | 1D | 0 | 31 | 54 | 1B | 19 | 49 | 2A |
| Octal | 273 | 140 | 35 | 0 | 61 | 124 | 33 | 31 | 111 | 52 |
| Binary | 10111011 | 1100000 | 11101 | 0 | 110001 | 1010100 | 11011 | 11001 | 1001001 | 101010 |
Color Harmonies of #BB601D
Complementary color
Monochromatic Colors of #BB601D
Black with #BB601D
Text Example
Text Example
White with #BB601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB601D; }
p { color: rgb(187,96,29); }
H1.HeaderClassName
{
color: #BB601D;
}
.AnyTagClassName
{
color: #BB601D;
}
</style>
background-color css
<style>
a { background-color: #BB601D; }
a { background-color: rgb(187,96,29); }
div.DivClassName
{
background-color: #BB601D;
}
.BgClassName
{
background-color: #BB601D;
}
</style>
border-color css
<style>
span { border-color: #BB601D; }
span { border-color: rgb(187,96,29); }
td.TdClassName
{
border-color: #BB601D;
}
.TagClassName
{
border-color: #BB601D;
}
</style>