Shades of Christine #B76421
Tints of Christine #B76421
RGB
CMYK
RGB Variations
Color information
#B76421 (or 0xB76421) is known color: Christine. HEX triplet: B7, 64 and 21. RGB value is (183,100,33). Sum of RGB (Red+Green+Blue) = 183+100+33=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B76421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76421 is #489BDE. Grayscale: #757575. Windows color (decimal): -4758495 or 2188471. OLE color: 2188471.
HSL color Cylindrical-coordinate representation of color #B76421: hue angle of 26.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B76421 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 33 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.28 |
| HSL | 26.8º | 0.69% | 0.42% | - |
| HSV(B) | 26.8º | 0.82% | 0.72% | - |
| XYZ | 24.36 | 19.29 | 3.88 | - |
| YUV | 117.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 33 | 0 | 0.45 | 0.82 | 0.28 | 26.8 | 0.69 | 0.42 |
| Hex | B7 | 64 | 21 | 0 | 2D | 52 | 1C | 1B | 45 | 2A |
| Octal | 267 | 144 | 41 | 0 | 55 | 122 | 34 | 33 | 105 | 52 |
| Binary | 10110111 | 1100100 | 100001 | 0 | 101101 | 1010010 | 11100 | 11011 | 1000101 | 101010 |
Color Harmonies of #B76421
Complementary color
Monochromatic Colors of #B76421
Black with #B76421
Text Example
Text Example
White with #B76421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76421; }
p { color: rgb(183,100,33); }
H1.HeaderClassName
{
color: #B76421;
}
.AnyTagClassName
{
color: #B76421;
}
</style>
background-color css
<style>
a { background-color: #B76421; }
a { background-color: rgb(183,100,33); }
div.DivClassName
{
background-color: #B76421;
}
.BgClassName
{
background-color: #B76421;
}
</style>
border-color css
<style>
span { border-color: #B76421; }
span { border-color: rgb(183,100,33); }
td.TdClassName
{
border-color: #B76421;
}
.TagClassName
{
border-color: #B76421;
}
</style>