Shades of Christine #B66529
Tints of Christine #B66529
RGB
CMYK
RGB Variations
Color information
#B66529 (or 0xB66529) is known color: Christine. HEX triplet: B6, 65 and 29. RGB value is (182,101,41). Sum of RGB (Red+Green+Blue) = 182+101+41=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B66529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66529 is #499AD6. Grayscale: #767676. Windows color (decimal): -4823767 or 2713014. OLE color: 2713014.
HSL color Cylindrical-coordinate representation of color #B66529: hue angle of 25.53º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B66529 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 41 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.29 |
| HSL | 25.53º | 0.63% | 0.44% | - |
| HSV(B) | 25.53º | 0.77% | 0.71% | - |
| XYZ | 24.35 | 19.41 | 4.56 | - |
| YUV | 118.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 41 | 0 | 0.45 | 0.77 | 0.29 | 25.53 | 0.63 | 0.44 |
| Hex | B6 | 65 | 29 | 0 | 2D | 4D | 1D | 1A | 3F | 2C |
| Octal | 266 | 145 | 51 | 0 | 55 | 115 | 35 | 32 | 77 | 54 |
| Binary | 10110110 | 1100101 | 101001 | 0 | 101101 | 1001101 | 11101 | 11010 | 111111 | 101100 |
Color Harmonies of #B66529
Complementary color
Monochromatic Colors of #B66529
Black with #B66529
Text Example
Text Example
White with #B66529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66529; }
p { color: rgb(182,101,41); }
H1.HeaderClassName
{
color: #B66529;
}
.AnyTagClassName
{
color: #B66529;
}
</style>
background-color css
<style>
a { background-color: #B66529; }
a { background-color: rgb(182,101,41); }
div.DivClassName
{
background-color: #B66529;
}
.BgClassName
{
background-color: #B66529;
}
</style>
border-color css
<style>
span { border-color: #B66529; }
span { border-color: rgb(182,101,41); }
td.TdClassName
{
border-color: #B66529;
}
.TagClassName
{
border-color: #B66529;
}
</style>