Shades of Christine #B8672C
Tints of Christine #B8672C
RGB
CMYK
RGB Variations
Color information
#B8672C (or 0xB8672C) is known color: Christine. HEX triplet: B8, 67 and 2C. RGB value is (184,103,44). Sum of RGB (Red+Green+Blue) = 184+103+44=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8672C is #4798D3. Grayscale: #787878. Windows color (decimal): -4692180 or 2910136. OLE color: 2910136.
HSL color Cylindrical-coordinate representation of color #B8672C: hue angle of 25.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8672C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 44 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.28 |
| HSL | 25.29º | 0.61% | 0.45% | - |
| HSV(B) | 25.29º | 0.76% | 0.72% | - |
| XYZ | 25.07 | 20.07 | 4.94 | - |
| YUV | 120.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 44 | 0 | 0.44 | 0.76 | 0.28 | 25.29 | 0.61 | 0.45 |
| Hex | B8 | 67 | 2C | 0 | 2C | 4C | 1C | 19 | 3D | 2D |
| Octal | 270 | 147 | 54 | 0 | 54 | 114 | 34 | 31 | 75 | 55 |
| Binary | 10111000 | 1100111 | 101100 | 0 | 101100 | 1001100 | 11100 | 11001 | 111101 | 101101 |
Color Harmonies of #B8672C
Complementary color
Monochromatic Colors of #B8672C
Black with #B8672C
Text Example
Text Example
White with #B8672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8672C; }
p { color: rgb(184,103,44); }
H1.HeaderClassName
{
color: #B8672C;
}
.AnyTagClassName
{
color: #B8672C;
}
</style>
background-color css
<style>
a { background-color: #B8672C; }
a { background-color: rgb(184,103,44); }
div.DivClassName
{
background-color: #B8672C;
}
.BgClassName
{
background-color: #B8672C;
}
</style>
border-color css
<style>
span { border-color: #B8672C; }
span { border-color: rgb(184,103,44); }
td.TdClassName
{
border-color: #B8672C;
}
.TagClassName
{
border-color: #B8672C;
}
</style>