Shades of Christine #B46429
Tints of Christine #B46429
RGB
CMYK
RGB Variations
Color information
#B46429 (or 0xB46429) is known color: Christine. HEX triplet: B4, 64 and 29. RGB value is (180,100,41). Sum of RGB (Red+Green+Blue) = 180+100+41=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B46429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46429 is #4B9BD6. Grayscale: #757575. Windows color (decimal): -4955095 or 2712756. OLE color: 2712756.
HSL color Cylindrical-coordinate representation of color #B46429: hue angle of 25.47º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B46429 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 41 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.29 |
| HSL | 25.47º | 0.63% | 0.43% | - |
| HSV(B) | 25.47º | 0.77% | 0.71% | - |
| XYZ | 23.78 | 18.98 | 4.51 | - |
| YUV | 117.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 41 | 0 | 0.44 | 0.77 | 0.29 | 25.47 | 0.63 | 0.43 |
| Hex | B4 | 64 | 29 | 0 | 2C | 4D | 1D | 19 | 3F | 2B |
| Octal | 264 | 144 | 51 | 0 | 54 | 115 | 35 | 31 | 77 | 53 |
| Binary | 10110100 | 1100100 | 101001 | 0 | 101100 | 1001101 | 11101 | 11001 | 111111 | 101011 |
Color Harmonies of #B46429
Complementary color
Monochromatic Colors of #B46429
Black with #B46429
Text Example
Text Example
White with #B46429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46429; }
p { color: rgb(180,100,41); }
H1.HeaderClassName
{
color: #B46429;
}
.AnyTagClassName
{
color: #B46429;
}
</style>
background-color css
<style>
a { background-color: #B46429; }
a { background-color: rgb(180,100,41); }
div.DivClassName
{
background-color: #B46429;
}
.BgClassName
{
background-color: #B46429;
}
</style>
border-color css
<style>
span { border-color: #B46429; }
span { border-color: rgb(180,100,41); }
td.TdClassName
{
border-color: #B46429;
}
.TagClassName
{
border-color: #B46429;
}
</style>