Shades of Christine #B9661D
Tints of Christine #B9661D
RGB
CMYK
RGB Variations
Color information
#B9661D (or 0xB9661D) is known color: Christine. HEX triplet: B9, 66 and 1D. RGB value is (185,102,29). Sum of RGB (Red+Green+Blue) = 185+102+29=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9661D is #4699E2. Grayscale: #767676. Windows color (decimal): -4626915 or 1926841. OLE color: 1926841.
HSL color Cylindrical-coordinate representation of color #B9661D: hue angle of 28.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9661D is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 29 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.27 |
| HSL | 28.08º | 0.73% | 0.42% | - |
| HSV(B) | 28.08º | 0.84% | 0.73% | - |
| XYZ | 24.98 | 19.91 | 3.69 | - |
| YUV | 118.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 29 | 0 | 0.45 | 0.84 | 0.27 | 28.08 | 0.73 | 0.42 |
| Hex | B9 | 66 | 1D | 0 | 2D | 54 | 1B | 1C | 49 | 2A |
| Octal | 271 | 146 | 35 | 0 | 55 | 124 | 33 | 34 | 111 | 52 |
| Binary | 10111001 | 1100110 | 11101 | 0 | 101101 | 1010100 | 11011 | 11100 | 1001001 | 101010 |
Color Harmonies of #B9661D
Complementary color
Monochromatic Colors of #B9661D
Black with #B9661D
Text Example
Text Example
White with #B9661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9661D; }
p { color: rgb(185,102,29); }
H1.HeaderClassName
{
color: #B9661D;
}
.AnyTagClassName
{
color: #B9661D;
}
</style>
background-color css
<style>
a { background-color: #B9661D; }
a { background-color: rgb(185,102,29); }
div.DivClassName
{
background-color: #B9661D;
}
.BgClassName
{
background-color: #B9661D;
}
</style>
border-color css
<style>
span { border-color: #B9661D; }
span { border-color: rgb(185,102,29); }
td.TdClassName
{
border-color: #B9661D;
}
.TagClassName
{
border-color: #B9661D;
}
</style>