Shades of Christine #B76319
Tints of Christine #B76319
RGB
CMYK
RGB Variations
Color information
#B76319 (or 0xB76319) is known color: Christine. HEX triplet: B7, 63 and 19. RGB value is (183,99,25). Sum of RGB (Red+Green+Blue) = 183+99+25=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76319 is #489CE6. Grayscale: #747474. Windows color (decimal): -4758759 or 1663927. OLE color: 1663927.
HSL color Cylindrical-coordinate representation of color #B76319: hue angle of 28.1º 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 #B76319 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 25 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.28 |
| HSL | 28.1º | 0.76% | 0.41% | - |
| HSV(B) | 28.1º | 0.86% | 0.72% | - |
| XYZ | 24.17 | 19.06 | 3.33 | - |
| YUV | 115.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 25 | 0 | 0.46 | 0.86 | 0.28 | 28.1 | 0.76 | 0.41 |
| Hex | B7 | 63 | 19 | 0 | 2E | 56 | 1C | 1C | 4C | 29 |
| Octal | 267 | 143 | 31 | 0 | 56 | 126 | 34 | 34 | 114 | 51 |
| Binary | 10110111 | 1100011 | 11001 | 0 | 101110 | 1010110 | 11100 | 11100 | 1001100 | 101001 |
Color Harmonies of #B76319
Complementary color
Monochromatic Colors of #B76319
Black with #B76319
Text Example
Text Example
White with #B76319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76319; }
p { color: rgb(183,99,25); }
H1.HeaderClassName
{
color: #B76319;
}
.AnyTagClassName
{
color: #B76319;
}
</style>
background-color css
<style>
a { background-color: #B76319; }
a { background-color: rgb(183,99,25); }
div.DivClassName
{
background-color: #B76319;
}
.BgClassName
{
background-color: #B76319;
}
</style>
border-color css
<style>
span { border-color: #B76319; }
span { border-color: rgb(183,99,25); }
td.TdClassName
{
border-color: #B76319;
}
.TagClassName
{
border-color: #B76319;
}
</style>