Shades of Christine #B9641B
Tints of Christine #B9641B
RGB
CMYK
RGB Variations
Color information
#B9641B (or 0xB9641B) is known color: Christine. HEX triplet: B9, 64 and 1B. RGB value is (185,100,27). Sum of RGB (Red+Green+Blue) = 185+100+27=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9641B is #469BE4. Grayscale: #757575. Windows color (decimal): -4627429 or 1795257. OLE color: 1795257.
HSL color Cylindrical-coordinate representation of color #B9641B: hue angle of 27.72º degrees, saturation: 0.75, 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 #B9641B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 27 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.27 |
| HSL | 27.72º | 0.75% | 0.42% | - |
| HSV(B) | 27.72º | 0.85% | 0.73% | - |
| XYZ | 24.76 | 19.51 | 3.5 | - |
| YUV | 117.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 27 | 0 | 0.46 | 0.85 | 0.27 | 27.72 | 0.75 | 0.42 |
| Hex | B9 | 64 | 1B | 0 | 2E | 55 | 1B | 1C | 4B | 2A |
| Octal | 271 | 144 | 33 | 0 | 56 | 125 | 33 | 34 | 113 | 52 |
| Binary | 10111001 | 1100100 | 11011 | 0 | 101110 | 1010101 | 11011 | 11100 | 1001011 | 101010 |
Color Harmonies of #B9641B
Complementary color
Monochromatic Colors of #B9641B
Black with #B9641B
Text Example
Text Example
White with #B9641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9641B; }
p { color: rgb(185,100,27); }
H1.HeaderClassName
{
color: #B9641B;
}
.AnyTagClassName
{
color: #B9641B;
}
</style>
background-color css
<style>
a { background-color: #B9641B; }
a { background-color: rgb(185,100,27); }
div.DivClassName
{
background-color: #B9641B;
}
.BgClassName
{
background-color: #B9641B;
}
</style>
border-color css
<style>
span { border-color: #B9641B; }
span { border-color: rgb(185,100,27); }
td.TdClassName
{
border-color: #B9641B;
}
.TagClassName
{
border-color: #B9641B;
}
</style>