Shades of Christine #B76620
Tints of Christine #B76620
RGB
CMYK
RGB Variations
Color information
#B76620 (or 0xB76620) is known color: Christine. HEX triplet: B7, 66 and 20. RGB value is (183,102,32). Sum of RGB (Red+Green+Blue) = 183+102+32=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B76620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76620 is #4899DF. Grayscale: #767676. Windows color (decimal): -4757984 or 2123447. OLE color: 2123447.
HSL color Cylindrical-coordinate representation of color #B76620: hue angle of 27.81º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76620 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 32 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.28 |
| HSL | 27.81º | 0.7% | 0.42% | - |
| HSV(B) | 27.81º | 0.83% | 0.72% | - |
| XYZ | 24.54 | 19.67 | 3.87 | - |
| YUV | 118.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 32 | 0 | 0.44 | 0.83 | 0.28 | 27.81 | 0.7 | 0.42 |
| Hex | B7 | 66 | 20 | 0 | 2C | 53 | 1C | 1C | 46 | 2A |
| Octal | 267 | 146 | 40 | 0 | 54 | 123 | 34 | 34 | 106 | 52 |
| Binary | 10110111 | 1100110 | 100000 | 0 | 101100 | 1010011 | 11100 | 11100 | 1000110 | 101010 |
Color Harmonies of #B76620
Complementary color
Monochromatic Colors of #B76620
Black with #B76620
Text Example
Text Example
White with #B76620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76620; }
p { color: rgb(183,102,32); }
H1.HeaderClassName
{
color: #B76620;
}
.AnyTagClassName
{
color: #B76620;
}
</style>
background-color css
<style>
a { background-color: #B76620; }
a { background-color: rgb(183,102,32); }
div.DivClassName
{
background-color: #B76620;
}
.BgClassName
{
background-color: #B76620;
}
</style>
border-color css
<style>
span { border-color: #B76620; }
span { border-color: rgb(183,102,32); }
td.TdClassName
{
border-color: #B76620;
}
.TagClassName
{
border-color: #B76620;
}
</style>