Shades of Christine #B46720
Tints of Christine #B46720
RGB
CMYK
RGB Variations
Color information
#B46720 (or 0xB46720) is known color: Christine. HEX triplet: B4, 67 and 20. RGB value is (180,103,32). Sum of RGB (Red+Green+Blue) = 180+103+32=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B46720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46720 is #4B98DF. Grayscale: #767676. Windows color (decimal): -4954336 or 2123700. OLE color: 2123700.
HSL color Cylindrical-coordinate representation of color #B46720: hue angle of 28.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B46720 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 32 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.29 |
| HSL | 28.78º | 0.7% | 0.42% | - |
| HSV(B) | 28.78º | 0.82% | 0.71% | - |
| XYZ | 23.93 | 19.51 | 3.87 | - |
| YUV | 117.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 32 | 0 | 0.43 | 0.82 | 0.29 | 28.78 | 0.7 | 0.42 |
| Hex | B4 | 67 | 20 | 0 | 2B | 52 | 1D | 1D | 46 | 2A |
| Octal | 264 | 147 | 40 | 0 | 53 | 122 | 35 | 35 | 106 | 52 |
| Binary | 10110100 | 1100111 | 100000 | 0 | 101011 | 1010010 | 11101 | 11101 | 1000110 | 101010 |
Color Harmonies of #B46720
Complementary color
Monochromatic Colors of #B46720
Black with #B46720
Text Example
Text Example
White with #B46720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46720; }
p { color: rgb(180,103,32); }
H1.HeaderClassName
{
color: #B46720;
}
.AnyTagClassName
{
color: #B46720;
}
</style>
background-color css
<style>
a { background-color: #B46720; }
a { background-color: rgb(180,103,32); }
div.DivClassName
{
background-color: #B46720;
}
.BgClassName
{
background-color: #B46720;
}
</style>
border-color css
<style>
span { border-color: #B46720; }
span { border-color: rgb(180,103,32); }
td.TdClassName
{
border-color: #B46720;
}
.TagClassName
{
border-color: #B46720;
}
</style>