Shades of Christine #B7682D
Tints of Christine #B7682D
RGB
CMYK
RGB Variations
Color information
#B7682D (or 0xB7682D) is known color: Christine. HEX triplet: B7, 68 and 2D. RGB value is (183,104,45). Sum of RGB (Red+Green+Blue) = 183+104+45=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7682D is #4897D2. Grayscale: #797979. Windows color (decimal): -4757459 or 2975927. OLE color: 2975927.
HSL color Cylindrical-coordinate representation of color #B7682D: hue angle of 25.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7682D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 45 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.28 |
| HSL | 25.65º | 0.61% | 0.45% | - |
| HSV(B) | 25.65º | 0.75% | 0.72% | - |
| XYZ | 24.95 | 20.16 | 5.06 | - |
| YUV | 120.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 45 | 0 | 0.43 | 0.75 | 0.28 | 25.65 | 0.61 | 0.45 |
| Hex | B7 | 68 | 2D | 0 | 2B | 4B | 1C | 1A | 3D | 2D |
| Octal | 267 | 150 | 55 | 0 | 53 | 113 | 34 | 32 | 75 | 55 |
| Binary | 10110111 | 1101000 | 101101 | 0 | 101011 | 1001011 | 11100 | 11010 | 111101 | 101101 |
Color Harmonies of #B7682D
Complementary color
Monochromatic Colors of #B7682D
Black with #B7682D
Text Example
Text Example
White with #B7682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7682D; }
p { color: rgb(183,104,45); }
H1.HeaderClassName
{
color: #B7682D;
}
.AnyTagClassName
{
color: #B7682D;
}
</style>
background-color css
<style>
a { background-color: #B7682D; }
a { background-color: rgb(183,104,45); }
div.DivClassName
{
background-color: #B7682D;
}
.BgClassName
{
background-color: #B7682D;
}
</style>
border-color css
<style>
span { border-color: #B7682D; }
span { border-color: rgb(183,104,45); }
td.TdClassName
{
border-color: #B7682D;
}
.TagClassName
{
border-color: #B7682D;
}
</style>