Shades of Christine #B8661F
Tints of Christine #B8661F
RGB
CMYK
RGB Variations
Color information
#B8661F (or 0xB8661F) is known color: Christine. HEX triplet: B8, 66 and 1F. RGB value is (184,102,31). Sum of RGB (Red+Green+Blue) = 184+102+31=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8661F is #4799E0. Grayscale: #767676. Windows color (decimal): -4692449 or 2057912. OLE color: 2057912.
HSL color Cylindrical-coordinate representation of color #B8661F: hue angle of 27.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8661F is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 31 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.28 |
| HSL | 27.84º | 0.71% | 0.42% | - |
| HSV(B) | 27.84º | 0.83% | 0.72% | - |
| XYZ | 24.77 | 19.79 | 3.81 | - |
| YUV | 118.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 31 | 0 | 0.45 | 0.83 | 0.28 | 27.84 | 0.71 | 0.42 |
| Hex | B8 | 66 | 1F | 0 | 2D | 53 | 1C | 1C | 47 | 2A |
| Octal | 270 | 146 | 37 | 0 | 55 | 123 | 34 | 34 | 107 | 52 |
| Binary | 10111000 | 1100110 | 11111 | 0 | 101101 | 1010011 | 11100 | 11100 | 1000111 | 101010 |
Color Harmonies of #B8661F
Complementary color
Monochromatic Colors of #B8661F
Black with #B8661F
Text Example
Text Example
White with #B8661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8661F; }
p { color: rgb(184,102,31); }
H1.HeaderClassName
{
color: #B8661F;
}
.AnyTagClassName
{
color: #B8661F;
}
</style>
background-color css
<style>
a { background-color: #B8661F; }
a { background-color: rgb(184,102,31); }
div.DivClassName
{
background-color: #B8661F;
}
.BgClassName
{
background-color: #B8661F;
}
</style>
border-color css
<style>
span { border-color: #B8661F; }
span { border-color: rgb(184,102,31); }
td.TdClassName
{
border-color: #B8661F;
}
.TagClassName
{
border-color: #B8661F;
}
</style>