Shades of Christine #B7612A
Tints of Christine #B7612A
RGB
CMYK
RGB Variations
Color information
#B7612A (or 0xB7612A) is known color: Christine. HEX triplet: B7, 61 and 2A. RGB value is (183,97,42). Sum of RGB (Red+Green+Blue) = 183+97+42=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7612A is #489ED5. Grayscale: #747474. Windows color (decimal): -4759254 or 2777527. OLE color: 2777527.
HSL color Cylindrical-coordinate representation of color #B7612A: hue angle of 23.4º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7612A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 42 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.28 |
| HSL | 23.4º | 0.63% | 0.44% | - |
| HSV(B) | 23.4º | 0.77% | 0.72% | - |
| XYZ | 24.22 | 18.78 | 4.54 | - |
| YUV | 116.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 42 | 0 | 0.47 | 0.77 | 0.28 | 23.4 | 0.63 | 0.44 |
| Hex | B7 | 61 | 2A | 0 | 2F | 4D | 1C | 17 | 3F | 2C |
| Octal | 267 | 141 | 52 | 0 | 57 | 115 | 34 | 27 | 77 | 54 |
| Binary | 10110111 | 1100001 | 101010 | 0 | 101111 | 1001101 | 11100 | 10111 | 111111 | 101100 |
Color Harmonies of #B7612A
Complementary color
Monochromatic Colors of #B7612A
Black with #B7612A
Text Example
Text Example
White with #B7612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7612A; }
p { color: rgb(183,97,42); }
H1.HeaderClassName
{
color: #B7612A;
}
.AnyTagClassName
{
color: #B7612A;
}
</style>
background-color css
<style>
a { background-color: #B7612A; }
a { background-color: rgb(183,97,42); }
div.DivClassName
{
background-color: #B7612A;
}
.BgClassName
{
background-color: #B7612A;
}
</style>
border-color css
<style>
span { border-color: #B7612A; }
span { border-color: rgb(183,97,42); }
td.TdClassName
{
border-color: #B7612A;
}
.TagClassName
{
border-color: #B7612A;
}
</style>