Shades of Christine #B9682E
Tints of Christine #B9682E
RGB
CMYK
RGB Variations
Color information
#B9682E (or 0xB9682E) is known color: Christine. HEX triplet: B9, 68 and 2E. RGB value is (185,104,46). Sum of RGB (Red+Green+Blue) = 185+104+46=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9682E is #4697D1. Grayscale: #797979. Windows color (decimal): -4626386 or 3041465. OLE color: 3041465.
HSL color Cylindrical-coordinate representation of color #B9682E: hue angle of 25.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9682E is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 46 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.27 |
| HSL | 25.04º | 0.6% | 0.45% | - |
| HSV(B) | 25.04º | 0.75% | 0.73% | - |
| XYZ | 25.45 | 20.41 | 5.18 | - |
| YUV | 121.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 46 | 0 | 0.44 | 0.75 | 0.27 | 25.04 | 0.6 | 0.45 |
| Hex | B9 | 68 | 2E | 0 | 2C | 4B | 1B | 19 | 3C | 2D |
| Octal | 271 | 150 | 56 | 0 | 54 | 113 | 33 | 31 | 74 | 55 |
| Binary | 10111001 | 1101000 | 101110 | 0 | 101100 | 1001011 | 11011 | 11001 | 111100 | 101101 |
Color Harmonies of #B9682E
Complementary color
Monochromatic Colors of #B9682E
Black with #B9682E
Text Example
Text Example
White with #B9682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9682E; }
p { color: rgb(185,104,46); }
H1.HeaderClassName
{
color: #B9682E;
}
.AnyTagClassName
{
color: #B9682E;
}
</style>
background-color css
<style>
a { background-color: #B9682E; }
a { background-color: rgb(185,104,46); }
div.DivClassName
{
background-color: #B9682E;
}
.BgClassName
{
background-color: #B9682E;
}
</style>
border-color css
<style>
span { border-color: #B9682E; }
span { border-color: rgb(185,104,46); }
td.TdClassName
{
border-color: #B9682E;
}
.TagClassName
{
border-color: #B9682E;
}
</style>