Shades of Christine #B76822
Tints of Christine #B76822
RGB
CMYK
RGB Variations
Color information
#B76822 (or 0xB76822) is known color: Christine. HEX triplet: B7, 68 and 22. RGB value is (183,104,34). Sum of RGB (Red+Green+Blue) = 183+104+34=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B76822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76822 is #4897DD. Grayscale: #777777. Windows color (decimal): -4757470 or 2255031. OLE color: 2255031.
HSL color Cylindrical-coordinate representation of color #B76822: hue angle of 28.19º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B76822 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 34 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.28 |
| HSL | 28.19º | 0.69% | 0.43% | - |
| HSV(B) | 28.19º | 0.81% | 0.72% | - |
| XYZ | 24.77 | 20.08 | 4.08 | - |
| YUV | 119.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 34 | 0 | 0.43 | 0.81 | 0.28 | 28.19 | 0.69 | 0.43 |
| Hex | B7 | 68 | 22 | 0 | 2B | 51 | 1C | 1C | 45 | 2B |
| Octal | 267 | 150 | 42 | 0 | 53 | 121 | 34 | 34 | 105 | 53 |
| Binary | 10110111 | 1101000 | 100010 | 0 | 101011 | 1010001 | 11100 | 11100 | 1000101 | 101011 |
Color Harmonies of #B76822
Complementary color
Monochromatic Colors of #B76822
Black with #B76822
Text Example
Text Example
White with #B76822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76822; }
p { color: rgb(183,104,34); }
H1.HeaderClassName
{
color: #B76822;
}
.AnyTagClassName
{
color: #B76822;
}
</style>
background-color css
<style>
a { background-color: #B76822; }
a { background-color: rgb(183,104,34); }
div.DivClassName
{
background-color: #B76822;
}
.BgClassName
{
background-color: #B76822;
}
</style>
border-color css
<style>
span { border-color: #B76822; }
span { border-color: rgb(183,104,34); }
td.TdClassName
{
border-color: #B76822;
}
.TagClassName
{
border-color: #B76822;
}
</style>