Shades of Christine #B26420
Tints of Christine #B26420
RGB
CMYK
RGB Variations
Color information
#B26420 (or 0xB26420) is known color: Christine. HEX triplet: B2, 64 and 20. RGB value is (178,100,32). Sum of RGB (Red+Green+Blue) = 178+100+32=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B26420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26420 is #4D9BDF. Grayscale: #737373. Windows color (decimal): -5086176 or 2122930. OLE color: 2122930.
HSL color Cylindrical-coordinate representation of color #B26420: hue angle of 27.95º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B26420 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 32 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.30 |
| HSL | 27.95º | 0.7% | 0.41% | - |
| HSV(B) | 27.95º | 0.82% | 0.7% | - |
| XYZ | 23.18 | 18.68 | 3.75 | - |
| YUV | 115.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 32 | 0 | 0.44 | 0.82 | 0.30 | 27.95 | 0.7 | 0.41 |
| Hex | B2 | 64 | 20 | 0 | 2C | 52 | 1E | 1C | 46 | 29 |
| Octal | 262 | 144 | 40 | 0 | 54 | 122 | 36 | 34 | 106 | 51 |
| Binary | 10110010 | 1100100 | 100000 | 0 | 101100 | 1010010 | 11110 | 11100 | 1000110 | 101001 |
Color Harmonies of #B26420
Complementary color
Monochromatic Colors of #B26420
Black with #B26420
Text Example
Text Example
White with #B26420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26420; }
p { color: rgb(178,100,32); }
H1.HeaderClassName
{
color: #B26420;
}
.AnyTagClassName
{
color: #B26420;
}
</style>
background-color css
<style>
a { background-color: #B26420; }
a { background-color: rgb(178,100,32); }
div.DivClassName
{
background-color: #B26420;
}
.BgClassName
{
background-color: #B26420;
}
</style>
border-color css
<style>
span { border-color: #B26420; }
span { border-color: rgb(178,100,32); }
td.TdClassName
{
border-color: #B26420;
}
.TagClassName
{
border-color: #B26420;
}
</style>