Shades of Christine #B36621
Tints of Christine #B36621
RGB
CMYK
RGB Variations
Color information
#B36621 (or 0xB36621) is known color: Christine. HEX triplet: B3, 66 and 21. RGB value is (179,102,33). Sum of RGB (Red+Green+Blue) = 179+102+33=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B36621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36621 is #4C99DE. Grayscale: #757575. Windows color (decimal): -5020127 or 2188979. OLE color: 2188979.
HSL color Cylindrical-coordinate representation of color #B36621: hue angle of 28.36º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B36621 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 33 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.30 |
| HSL | 28.36º | 0.69% | 0.42% | - |
| HSV(B) | 28.36º | 0.82% | 0.7% | - |
| XYZ | 23.62 | 19.2 | 3.9 | - |
| YUV | 117.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 33 | 0 | 0.43 | 0.82 | 0.30 | 28.36 | 0.69 | 0.42 |
| Hex | B3 | 66 | 21 | 0 | 2B | 52 | 1E | 1C | 45 | 2A |
| Octal | 263 | 146 | 41 | 0 | 53 | 122 | 36 | 34 | 105 | 52 |
| Binary | 10110011 | 1100110 | 100001 | 0 | 101011 | 1010010 | 11110 | 11100 | 1000101 | 101010 |
Color Harmonies of #B36621
Complementary color
Monochromatic Colors of #B36621
Black with #B36621
Text Example
Text Example
White with #B36621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36621; }
p { color: rgb(179,102,33); }
H1.HeaderClassName
{
color: #B36621;
}
.AnyTagClassName
{
color: #B36621;
}
</style>
background-color css
<style>
a { background-color: #B36621; }
a { background-color: rgb(179,102,33); }
div.DivClassName
{
background-color: #B36621;
}
.BgClassName
{
background-color: #B36621;
}
</style>
border-color css
<style>
span { border-color: #B36621; }
span { border-color: rgb(179,102,33); }
td.TdClassName
{
border-color: #B36621;
}
.TagClassName
{
border-color: #B36621;
}
</style>