Shades of Christine #B46223
Tints of Christine #B46223
RGB
CMYK
RGB Variations
Color information
#B46223 (or 0xB46223) is known color: Christine. HEX triplet: B4, 62 and 23. RGB value is (180,98,35). Sum of RGB (Red+Green+Blue) = 180+98+35=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B46223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46223 is #4B9DDC. Grayscale: #737373. Windows color (decimal): -4955613 or 2319028. OLE color: 2319028.
HSL color Cylindrical-coordinate representation of color #B46223: hue angle of 26.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B46223 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 35 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.29 |
| HSL | 26.07º | 0.67% | 0.42% | - |
| HSV(B) | 26.07º | 0.81% | 0.71% | - |
| XYZ | 23.49 | 18.56 | 3.93 | - |
| YUV | 115.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 35 | 0 | 0.46 | 0.81 | 0.29 | 26.07 | 0.67 | 0.42 |
| Hex | B4 | 62 | 23 | 0 | 2E | 51 | 1D | 1A | 43 | 2A |
| Octal | 264 | 142 | 43 | 0 | 56 | 121 | 35 | 32 | 103 | 52 |
| Binary | 10110100 | 1100010 | 100011 | 0 | 101110 | 1010001 | 11101 | 11010 | 1000011 | 101010 |
Color Harmonies of #B46223
Complementary color
Monochromatic Colors of #B46223
Black with #B46223
Text Example
Text Example
White with #B46223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46223; }
p { color: rgb(180,98,35); }
H1.HeaderClassName
{
color: #B46223;
}
.AnyTagClassName
{
color: #B46223;
}
</style>
background-color css
<style>
a { background-color: #B46223; }
a { background-color: rgb(180,98,35); }
div.DivClassName
{
background-color: #B46223;
}
.BgClassName
{
background-color: #B46223;
}
</style>
border-color css
<style>
span { border-color: #B46223; }
span { border-color: rgb(180,98,35); }
td.TdClassName
{
border-color: #B46223;
}
.TagClassName
{
border-color: #B46223;
}
</style>