Shades of Christine #BB601A
Tints of Christine #BB601A
RGB
CMYK
RGB Variations
Color information
#BB601A (or 0xBB601A) is known color: Christine. HEX triplet: BB, 60 and 1A. RGB value is (187,96,26). Sum of RGB (Red+Green+Blue) = 187+96+26=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB601A is #449FE5. Grayscale: #737373. Windows color (decimal): -4497382 or 1728699. OLE color: 1728699.
HSL color Cylindrical-coordinate representation of color #BB601A: hue angle of 26.09º degrees, saturation: 0.76, 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 #BB601A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 26 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.27 |
| HSL | 26.09º | 0.76% | 0.42% | - |
| HSV(B) | 26.09º | 0.86% | 0.73% | - |
| XYZ | 24.86 | 19.01 | 3.34 | - |
| YUV | 115.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 26 | 0 | 0.49 | 0.86 | 0.27 | 26.09 | 0.76 | 0.42 |
| Hex | BB | 60 | 1A | 0 | 31 | 56 | 1B | 1A | 4C | 2A |
| Octal | 273 | 140 | 32 | 0 | 61 | 126 | 33 | 32 | 114 | 52 |
| Binary | 10111011 | 1100000 | 11010 | 0 | 110001 | 1010110 | 11011 | 11010 | 1001100 | 101010 |
Color Harmonies of #BB601A
Complementary color
Monochromatic Colors of #BB601A
Black with #BB601A
Text Example
Text Example
White with #BB601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB601A; }
p { color: rgb(187,96,26); }
H1.HeaderClassName
{
color: #BB601A;
}
.AnyTagClassName
{
color: #BB601A;
}
</style>
background-color css
<style>
a { background-color: #BB601A; }
a { background-color: rgb(187,96,26); }
div.DivClassName
{
background-color: #BB601A;
}
.BgClassName
{
background-color: #BB601A;
}
</style>
border-color css
<style>
span { border-color: #BB601A; }
span { border-color: rgb(187,96,26); }
td.TdClassName
{
border-color: #BB601A;
}
.TagClassName
{
border-color: #BB601A;
}
</style>