Shades of Christine #B76719
Tints of Christine #B76719
RGB
CMYK
RGB Variations
Color information
#B76719 (or 0xB76719) is known color: Christine. HEX triplet: B7, 67 and 19. RGB value is (183,103,25). Sum of RGB (Red+Green+Blue) = 183+103+25=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76719 is #4898E6. Grayscale: #767676. Windows color (decimal): -4757735 or 1664951. OLE color: 1664951.
HSL color Cylindrical-coordinate representation of color #B76719: hue angle of 29.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B76719 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 25 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.28 |
| HSL | 29.62º | 0.76% | 0.41% | - |
| HSV(B) | 29.62º | 0.86% | 0.72% | - |
| XYZ | 24.55 | 19.84 | 3.45 | - |
| YUV | 118.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 25 | 0 | 0.44 | 0.86 | 0.28 | 29.62 | 0.76 | 0.41 |
| Hex | B7 | 67 | 19 | 0 | 2C | 56 | 1C | 1E | 4C | 29 |
| Octal | 267 | 147 | 31 | 0 | 54 | 126 | 34 | 36 | 114 | 51 |
| Binary | 10110111 | 1100111 | 11001 | 0 | 101100 | 1010110 | 11100 | 11110 | 1001100 | 101001 |
Color Harmonies of #B76719
Complementary color
Monochromatic Colors of #B76719
Black with #B76719
Text Example
Text Example
White with #B76719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76719; }
p { color: rgb(183,103,25); }
H1.HeaderClassName
{
color: #B76719;
}
.AnyTagClassName
{
color: #B76719;
}
</style>
background-color css
<style>
a { background-color: #B76719; }
a { background-color: rgb(183,103,25); }
div.DivClassName
{
background-color: #B76719;
}
.BgClassName
{
background-color: #B76719;
}
</style>
border-color css
<style>
span { border-color: #B76719; }
span { border-color: rgb(183,103,25); }
td.TdClassName
{
border-color: #B76719;
}
.TagClassName
{
border-color: #B76719;
}
</style>