Shades of Christine #B76618
Tints of Christine #B76618
RGB
CMYK
RGB Variations
Color information
#B76618 (or 0xB76618) is known color: Christine. HEX triplet: B7, 66 and 18. RGB value is (183,102,24). Sum of RGB (Red+Green+Blue) = 183+102+24=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B76618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76618 is #4899E7. Grayscale: #757575. Windows color (decimal): -4757992 or 1599159. OLE color: 1599159.
HSL color Cylindrical-coordinate representation of color #B76618: hue angle of 29.43º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76618 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 24 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.28 |
| HSL | 29.43º | 0.77% | 0.41% | - |
| HSV(B) | 29.43º | 0.87% | 0.72% | - |
| XYZ | 24.44 | 19.64 | 3.37 | - |
| YUV | 117.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 24 | 0 | 0.44 | 0.87 | 0.28 | 29.43 | 0.77 | 0.41 |
| Hex | B7 | 66 | 18 | 0 | 2C | 57 | 1C | 1D | 4D | 29 |
| Octal | 267 | 146 | 30 | 0 | 54 | 127 | 34 | 35 | 115 | 51 |
| Binary | 10110111 | 1100110 | 11000 | 0 | 101100 | 1010111 | 11100 | 11101 | 1001101 | 101001 |
Color Harmonies of #B76618
Complementary color
Monochromatic Colors of #B76618
Black with #B76618
Text Example
Text Example
White with #B76618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76618; }
p { color: rgb(183,102,24); }
H1.HeaderClassName
{
color: #B76618;
}
.AnyTagClassName
{
color: #B76618;
}
</style>
background-color css
<style>
a { background-color: #B76618; }
a { background-color: rgb(183,102,24); }
div.DivClassName
{
background-color: #B76618;
}
.BgClassName
{
background-color: #B76618;
}
</style>
border-color css
<style>
span { border-color: #B76618; }
span { border-color: rgb(183,102,24); }
td.TdClassName
{
border-color: #B76618;
}
.TagClassName
{
border-color: #B76618;
}
</style>