Shades of Christine #B7641E
Tints of Christine #B7641E
RGB
CMYK
RGB Variations
Color information
#B7641E (or 0xB7641E) is known color: Christine. HEX triplet: B7, 64 and 1E. RGB value is (183,100,30). Sum of RGB (Red+Green+Blue) = 183+100+30=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7641E is #489BE1. Grayscale: #757575. Windows color (decimal): -4758498 or 1991863. OLE color: 1991863.
HSL color Cylindrical-coordinate representation of color #B7641E: hue angle of 27.45º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7641E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 30 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.28 |
| HSL | 27.45º | 0.72% | 0.42% | - |
| HSV(B) | 27.45º | 0.84% | 0.72% | - |
| XYZ | 24.32 | 19.28 | 3.67 | - |
| YUV | 116.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 30 | 0 | 0.45 | 0.84 | 0.28 | 27.45 | 0.72 | 0.42 |
| Hex | B7 | 64 | 1E | 0 | 2D | 54 | 1C | 1B | 48 | 2A |
| Octal | 267 | 144 | 36 | 0 | 55 | 124 | 34 | 33 | 110 | 52 |
| Binary | 10110111 | 1100100 | 11110 | 0 | 101101 | 1010100 | 11100 | 11011 | 1001000 | 101010 |
Color Harmonies of #B7641E
Complementary color
Monochromatic Colors of #B7641E
Black with #B7641E
Text Example
Text Example
White with #B7641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7641E; }
p { color: rgb(183,100,30); }
H1.HeaderClassName
{
color: #B7641E;
}
.AnyTagClassName
{
color: #B7641E;
}
</style>
background-color css
<style>
a { background-color: #B7641E; }
a { background-color: rgb(183,100,30); }
div.DivClassName
{
background-color: #B7641E;
}
.BgClassName
{
background-color: #B7641E;
}
</style>
border-color css
<style>
span { border-color: #B7641E; }
span { border-color: rgb(183,100,30); }
td.TdClassName
{
border-color: #B7641E;
}
.TagClassName
{
border-color: #B7641E;
}
</style>