Shades of Christine #B8692F
Tints of Christine #B8692F
RGB
CMYK
RGB Variations
Color information
#B8692F (or 0xB8692F) is known color: Christine. HEX triplet: B8, 69 and 2F. RGB value is (184,105,47). Sum of RGB (Red+Green+Blue) = 184+105+47=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B8692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8692F is #4796D0. Grayscale: #7A7A7A. Windows color (decimal): -4691665 or 3107256. OLE color: 3107256.
HSL color Cylindrical-coordinate representation of color #B8692F: hue angle of 25.4º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8692F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 47 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.28 |
| HSL | 25.4º | 0.59% | 0.45% | - |
| HSV(B) | 25.4º | 0.74% | 0.72% | - |
| XYZ | 25.33 | 20.5 | 5.31 | - |
| YUV | 122.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 47 | 0 | 0.43 | 0.74 | 0.28 | 25.4 | 0.59 | 0.45 |
| Hex | B8 | 69 | 2F | 0 | 2B | 4A | 1C | 19 | 3B | 2D |
| Octal | 270 | 151 | 57 | 0 | 53 | 112 | 34 | 31 | 73 | 55 |
| Binary | 10111000 | 1101001 | 101111 | 0 | 101011 | 1001010 | 11100 | 11001 | 111011 | 101101 |
Color Harmonies of #B8692F
Complementary color
Monochromatic Colors of #B8692F
Black with #B8692F
Text Example
Text Example
White with #B8692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8692F; }
p { color: rgb(184,105,47); }
H1.HeaderClassName
{
color: #B8692F;
}
.AnyTagClassName
{
color: #B8692F;
}
</style>
background-color css
<style>
a { background-color: #B8692F; }
a { background-color: rgb(184,105,47); }
div.DivClassName
{
background-color: #B8692F;
}
.BgClassName
{
background-color: #B8692F;
}
</style>
border-color css
<style>
span { border-color: #B8692F; }
span { border-color: rgb(184,105,47); }
td.TdClassName
{
border-color: #B8692F;
}
.TagClassName
{
border-color: #B8692F;
}
</style>