Shades of Christine #B7612C
Tints of Christine #B7612C
RGB
CMYK
RGB Variations
Color information
#B7612C (or 0xB7612C) is known color: Christine. HEX triplet: B7, 61 and 2C. RGB value is (183,97,44). Sum of RGB (Red+Green+Blue) = 183+97+44=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7612C is #489ED3. Grayscale: #747474. Windows color (decimal): -4759252 or 2908599. OLE color: 2908599.
HSL color Cylindrical-coordinate representation of color #B7612C: hue angle of 22.88º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7612C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 44 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.28 |
| HSL | 22.88º | 0.61% | 0.45% | - |
| HSV(B) | 22.88º | 0.76% | 0.72% | - |
| XYZ | 24.26 | 18.8 | 4.73 | - |
| YUV | 116.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 44 | 0 | 0.47 | 0.76 | 0.28 | 22.88 | 0.61 | 0.45 |
| Hex | B7 | 61 | 2C | 0 | 2F | 4C | 1C | 17 | 3D | 2D |
| Octal | 267 | 141 | 54 | 0 | 57 | 114 | 34 | 27 | 75 | 55 |
| Binary | 10110111 | 1100001 | 101100 | 0 | 101111 | 1001100 | 11100 | 10111 | 111101 | 101101 |
Color Harmonies of #B7612C
Complementary color
Monochromatic Colors of #B7612C
Black with #B7612C
Text Example
Text Example
White with #B7612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7612C; }
p { color: rgb(183,97,44); }
H1.HeaderClassName
{
color: #B7612C;
}
.AnyTagClassName
{
color: #B7612C;
}
</style>
background-color css
<style>
a { background-color: #B7612C; }
a { background-color: rgb(183,97,44); }
div.DivClassName
{
background-color: #B7612C;
}
.BgClassName
{
background-color: #B7612C;
}
</style>
border-color css
<style>
span { border-color: #B7612C; }
span { border-color: rgb(183,97,44); }
td.TdClassName
{
border-color: #B7612C;
}
.TagClassName
{
border-color: #B7612C;
}
</style>