Shades of Christine #B66728
Tints of Christine #B66728
RGB
CMYK
RGB Variations
Color information
#B66728 (or 0xB66728) is known color: Christine. HEX triplet: B6, 67 and 28. RGB value is (182,103,40). Sum of RGB (Red+Green+Blue) = 182+103+40=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B66728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66728 is #4998D7. Grayscale: #777777. Windows color (decimal): -4823256 or 2647990. OLE color: 2647990.
HSL color Cylindrical-coordinate representation of color #B66728: hue angle of 26.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B66728 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 40 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.29 |
| HSL | 26.62º | 0.64% | 0.44% | - |
| HSV(B) | 26.62º | 0.78% | 0.71% | - |
| XYZ | 24.52 | 19.8 | 4.54 | - |
| YUV | 119.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 40 | 0 | 0.43 | 0.78 | 0.29 | 26.62 | 0.64 | 0.44 |
| Hex | B6 | 67 | 28 | 0 | 2B | 4E | 1D | 1B | 40 | 2C |
| Octal | 266 | 147 | 50 | 0 | 53 | 116 | 35 | 33 | 100 | 54 |
| Binary | 10110110 | 1100111 | 101000 | 0 | 101011 | 1001110 | 11101 | 11011 | 1000000 | 101100 |
Color Harmonies of #B66728
Complementary color
Monochromatic Colors of #B66728
Black with #B66728
Text Example
Text Example
White with #B66728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66728; }
p { color: rgb(182,103,40); }
H1.HeaderClassName
{
color: #B66728;
}
.AnyTagClassName
{
color: #B66728;
}
</style>
background-color css
<style>
a { background-color: #B66728; }
a { background-color: rgb(182,103,40); }
div.DivClassName
{
background-color: #B66728;
}
.BgClassName
{
background-color: #B66728;
}
</style>
border-color css
<style>
span { border-color: #B66728; }
span { border-color: rgb(182,103,40); }
td.TdClassName
{
border-color: #B66728;
}
.TagClassName
{
border-color: #B66728;
}
</style>