Shades of Christine #B9662B
Tints of Christine #B9662B
RGB
CMYK
RGB Variations
Color information
#B9662B (or 0xB9662B) is known color: Christine. HEX triplet: B9, 66 and 2B. RGB value is (185,102,43). Sum of RGB (Red+Green+Blue) = 185+102+43=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9662B is #4699D4. Grayscale: #787878. Windows color (decimal): -4626901 or 2844345. OLE color: 2844345.
HSL color Cylindrical-coordinate representation of color #B9662B: hue angle of 24.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9662B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 43 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.27 |
| HSL | 24.93º | 0.62% | 0.45% | - |
| HSV(B) | 24.93º | 0.77% | 0.73% | - |
| XYZ | 25.2 | 19.99 | 4.82 | - |
| YUV | 120.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 43 | 0 | 0.45 | 0.77 | 0.27 | 24.93 | 0.62 | 0.45 |
| Hex | B9 | 66 | 2B | 0 | 2D | 4D | 1B | 19 | 3E | 2D |
| Octal | 271 | 146 | 53 | 0 | 55 | 115 | 33 | 31 | 76 | 55 |
| Binary | 10111001 | 1100110 | 101011 | 0 | 101101 | 1001101 | 11011 | 11001 | 111110 | 101101 |
Color Harmonies of #B9662B
Complementary color
Monochromatic Colors of #B9662B
Black with #B9662B
Text Example
Text Example
White with #B9662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9662B; }
p { color: rgb(185,102,43); }
H1.HeaderClassName
{
color: #B9662B;
}
.AnyTagClassName
{
color: #B9662B;
}
</style>
background-color css
<style>
a { background-color: #B9662B; }
a { background-color: rgb(185,102,43); }
div.DivClassName
{
background-color: #B9662B;
}
.BgClassName
{
background-color: #B9662B;
}
</style>
border-color css
<style>
span { border-color: #B9662B; }
span { border-color: rgb(185,102,43); }
td.TdClassName
{
border-color: #B9662B;
}
.TagClassName
{
border-color: #B9662B;
}
</style>