Shades of Christine #B26520
Tints of Christine #B26520
RGB
CMYK
RGB Variations
Color information
#B26520 (or 0xB26520) is known color: Christine. HEX triplet: B2, 65 and 20. RGB value is (178,101,32). Sum of RGB (Red+Green+Blue) = 178+101+32=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B26520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26520 is #4D9ADF. Grayscale: #747474. Windows color (decimal): -5085920 or 2123186. OLE color: 2123186.
HSL color Cylindrical-coordinate representation of color #B26520: hue angle of 28.36º 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 #B26520 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 32 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.30 |
| HSL | 28.36º | 0.7% | 0.41% | - |
| HSV(B) | 28.36º | 0.82% | 0.7% | - |
| XYZ | 23.27 | 18.88 | 3.78 | - |
| YUV | 116.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 32 | 0 | 0.43 | 0.82 | 0.30 | 28.36 | 0.7 | 0.41 |
| Hex | B2 | 65 | 20 | 0 | 2B | 52 | 1E | 1C | 46 | 29 |
| Octal | 262 | 145 | 40 | 0 | 53 | 122 | 36 | 34 | 106 | 51 |
| Binary | 10110010 | 1100101 | 100000 | 0 | 101011 | 1010010 | 11110 | 11100 | 1000110 | 101001 |
Color Harmonies of #B26520
Complementary color
Monochromatic Colors of #B26520
Black with #B26520
Text Example
Text Example
White with #B26520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26520; }
p { color: rgb(178,101,32); }
H1.HeaderClassName
{
color: #B26520;
}
.AnyTagClassName
{
color: #B26520;
}
</style>
background-color css
<style>
a { background-color: #B26520; }
a { background-color: rgb(178,101,32); }
div.DivClassName
{
background-color: #B26520;
}
.BgClassName
{
background-color: #B26520;
}
</style>
border-color css
<style>
span { border-color: #B26520; }
span { border-color: rgb(178,101,32); }
td.TdClassName
{
border-color: #B26520;
}
.TagClassName
{
border-color: #B26520;
}
</style>