Shades of Christine #B76616
Tints of Christine #B76616
RGB
CMYK
RGB Variations
Color information
#B76616 (or 0xB76616) is known color: Christine. HEX triplet: B7, 66 and 16. RGB value is (183,102,22). Sum of RGB (Red+Green+Blue) = 183+102+22=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76616 is #4899E9. Grayscale: #757575. Windows color (decimal): -4757994 or 1468087. OLE color: 1468087.
HSL color Cylindrical-coordinate representation of color #B76616: hue angle of 29.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76616 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.28 |
| HSL | 29.81º | 0.79% | 0.4% | - |
| HSV(B) | 29.81º | 0.88% | 0.72% | - |
| XYZ | 24.42 | 19.63 | 3.26 | - |
| YUV | 117.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 22 | 0 | 0.44 | 0.88 | 0.28 | 29.81 | 0.79 | 0.4 |
| Hex | B7 | 66 | 16 | 0 | 2C | 58 | 1C | 1E | 4F | 28 |
| Octal | 267 | 146 | 26 | 0 | 54 | 130 | 34 | 36 | 117 | 50 |
| Binary | 10110111 | 1100110 | 10110 | 0 | 101100 | 1011000 | 11100 | 11110 | 1001111 | 101000 |
Color Harmonies of #B76616
Complementary color
Monochromatic Colors of #B76616
Black with #B76616
Text Example
Text Example
White with #B76616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76616; }
p { color: rgb(183,102,22); }
H1.HeaderClassName
{
color: #B76616;
}
.AnyTagClassName
{
color: #B76616;
}
</style>
background-color css
<style>
a { background-color: #B76616; }
a { background-color: rgb(183,102,22); }
div.DivClassName
{
background-color: #B76616;
}
.BgClassName
{
background-color: #B76616;
}
</style>
border-color css
<style>
span { border-color: #B76616; }
span { border-color: rgb(183,102,22); }
td.TdClassName
{
border-color: #B76616;
}
.TagClassName
{
border-color: #B76616;
}
</style>