Shades of Christine #B7662C
Tints of Christine #B7662C
RGB
CMYK
RGB Variations
Color information
#B7662C (or 0xB7662C) is known color: Christine. HEX triplet: B7, 66 and 2C. RGB value is (183,102,44). Sum of RGB (Red+Green+Blue) = 183+102+44=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7662C is #4899D3. Grayscale: #777777. Windows color (decimal): -4757972 or 2909879. OLE color: 2909879.
HSL color Cylindrical-coordinate representation of color #B7662C: hue angle of 25.04º 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 #B7662C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 44 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.28 |
| HSL | 25.04º | 0.61% | 0.45% | - |
| HSV(B) | 25.04º | 0.76% | 0.72% | - |
| XYZ | 24.73 | 19.75 | 4.89 | - |
| YUV | 119.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 44 | 0 | 0.44 | 0.76 | 0.28 | 25.04 | 0.61 | 0.45 |
| Hex | B7 | 66 | 2C | 0 | 2C | 4C | 1C | 19 | 3D | 2D |
| Octal | 267 | 146 | 54 | 0 | 54 | 114 | 34 | 31 | 75 | 55 |
| Binary | 10110111 | 1100110 | 101100 | 0 | 101100 | 1001100 | 11100 | 11001 | 111101 | 101101 |
Color Harmonies of #B7662C
Complementary color
Monochromatic Colors of #B7662C
Black with #B7662C
Text Example
Text Example
White with #B7662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7662C; }
p { color: rgb(183,102,44); }
H1.HeaderClassName
{
color: #B7662C;
}
.AnyTagClassName
{
color: #B7662C;
}
</style>
background-color css
<style>
a { background-color: #B7662C; }
a { background-color: rgb(183,102,44); }
div.DivClassName
{
background-color: #B7662C;
}
.BgClassName
{
background-color: #B7662C;
}
</style>
border-color css
<style>
span { border-color: #B7662C; }
span { border-color: rgb(183,102,44); }
td.TdClassName
{
border-color: #B7662C;
}
.TagClassName
{
border-color: #B7662C;
}
</style>