Shades of Christine #B46518
Tints of Christine #B46518
RGB
CMYK
RGB Variations
Color information
#B46518 (or 0xB46518) is known color: Christine. HEX triplet: B4, 65 and 18. RGB value is (180,101,24). Sum of RGB (Red+Green+Blue) = 180+101+24=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B46518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46518 is #4B9AE7. Grayscale: #747474. Windows color (decimal): -4954856 or 1598900. OLE color: 1598900.
HSL color Cylindrical-coordinate representation of color #B46518: hue angle of 29.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B46518 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 24 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.29 |
| HSL | 29.62º | 0.76% | 0.4% | - |
| HSV(B) | 29.62º | 0.87% | 0.71% | - |
| XYZ | 23.64 | 19.08 | 3.3 | - |
| YUV | 115.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 24 | 0 | 0.44 | 0.87 | 0.29 | 29.62 | 0.76 | 0.4 |
| Hex | B4 | 65 | 18 | 0 | 2C | 57 | 1D | 1E | 4C | 28 |
| Octal | 264 | 145 | 30 | 0 | 54 | 127 | 35 | 36 | 114 | 50 |
| Binary | 10110100 | 1100101 | 11000 | 0 | 101100 | 1010111 | 11101 | 11110 | 1001100 | 101000 |
Color Harmonies of #B46518
Complementary color
Monochromatic Colors of #B46518
Black with #B46518
Text Example
Text Example
White with #B46518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46518; }
p { color: rgb(180,101,24); }
H1.HeaderClassName
{
color: #B46518;
}
.AnyTagClassName
{
color: #B46518;
}
</style>
background-color css
<style>
a { background-color: #B46518; }
a { background-color: rgb(180,101,24); }
div.DivClassName
{
background-color: #B46518;
}
.BgClassName
{
background-color: #B46518;
}
</style>
border-color css
<style>
span { border-color: #B46518; }
span { border-color: rgb(180,101,24); }
td.TdClassName
{
border-color: #B46518;
}
.TagClassName
{
border-color: #B46518;
}
</style>