Shades of Christine #B76517
Tints of Christine #B76517
RGB
CMYK
RGB Variations
Color information
#B76517 (or 0xB76517) is known color: Christine. HEX triplet: B7, 65 and 17. RGB value is (183,101,23). Sum of RGB (Red+Green+Blue) = 183+101+23=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76517 is #489AE8. Grayscale: #757575. Windows color (decimal): -4758249 or 1533367. OLE color: 1533367.
HSL color Cylindrical-coordinate representation of color #B76517: hue angle of 29.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76517 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 23 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.28 |
| HSL | 29.25º | 0.78% | 0.4% | - |
| HSV(B) | 29.25º | 0.87% | 0.72% | - |
| XYZ | 24.34 | 19.44 | 3.28 | - |
| YUV | 116.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 23 | 0 | 0.45 | 0.87 | 0.28 | 29.25 | 0.78 | 0.4 |
| Hex | B7 | 65 | 17 | 0 | 2D | 57 | 1C | 1D | 4E | 28 |
| Octal | 267 | 145 | 27 | 0 | 55 | 127 | 34 | 35 | 116 | 50 |
| Binary | 10110111 | 1100101 | 10111 | 0 | 101101 | 1010111 | 11100 | 11101 | 1001110 | 101000 |
Color Harmonies of #B76517
Complementary color
Monochromatic Colors of #B76517
Black with #B76517
Text Example
Text Example
White with #B76517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76517; }
p { color: rgb(183,101,23); }
H1.HeaderClassName
{
color: #B76517;
}
.AnyTagClassName
{
color: #B76517;
}
</style>
background-color css
<style>
a { background-color: #B76517; }
a { background-color: rgb(183,101,23); }
div.DivClassName
{
background-color: #B76517;
}
.BgClassName
{
background-color: #B76517;
}
</style>
border-color css
<style>
span { border-color: #B76517; }
span { border-color: rgb(183,101,23); }
td.TdClassName
{
border-color: #B76517;
}
.TagClassName
{
border-color: #B76517;
}
</style>