Shades of Christine #B76619
Tints of Christine #B76619
RGB
CMYK
RGB Variations
Color information
#B76619 (or 0xB76619) is known color: Christine. HEX triplet: B7, 66 and 19. RGB value is (183,102,25). Sum of RGB (Red+Green+Blue) = 183+102+25=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B76619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76619 is #4899E6. Grayscale: #757575. Windows color (decimal): -4757991 or 1664695. OLE color: 1664695.
HSL color Cylindrical-coordinate representation of color #B76619: hue angle of 29.24º 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 #B76619 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 25 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.28 |
| HSL | 29.24º | 0.76% | 0.41% | - |
| HSV(B) | 29.24º | 0.86% | 0.72% | - |
| XYZ | 24.46 | 19.64 | 3.42 | - |
| YUV | 117.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 25 | 0 | 0.44 | 0.86 | 0.28 | 29.24 | 0.76 | 0.41 |
| Hex | B7 | 66 | 19 | 0 | 2C | 56 | 1C | 1D | 4C | 29 |
| Octal | 267 | 146 | 31 | 0 | 54 | 126 | 34 | 35 | 114 | 51 |
| Binary | 10110111 | 1100110 | 11001 | 0 | 101100 | 1010110 | 11100 | 11101 | 1001100 | 101001 |
Color Harmonies of #B76619
Complementary color
Monochromatic Colors of #B76619
Black with #B76619
Text Example
Text Example
White with #B76619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76619; }
p { color: rgb(183,102,25); }
H1.HeaderClassName
{
color: #B76619;
}
.AnyTagClassName
{
color: #B76619;
}
</style>
background-color css
<style>
a { background-color: #B76619; }
a { background-color: rgb(183,102,25); }
div.DivClassName
{
background-color: #B76619;
}
.BgClassName
{
background-color: #B76619;
}
</style>
border-color css
<style>
span { border-color: #B76619; }
span { border-color: rgb(183,102,25); }
td.TdClassName
{
border-color: #B76619;
}
.TagClassName
{
border-color: #B76619;
}
</style>