Shades of Christine #BD682F
Tints of Christine #BD682F
RGB
CMYK
RGB Variations
Color information
#BD682F (or 0xBD682F) is known color: Christine. HEX triplet: BD, 68 and 2F. RGB value is (189,104,47). Sum of RGB (Red+Green+Blue) = 189+104+47=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD682F is #4297D0. Grayscale: #7B7B7B. Windows color (decimal): -4364241 or 3107005. OLE color: 3107005.
HSL color Cylindrical-coordinate representation of color #BD682F: hue angle of 24.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD682F is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 47 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.26 |
| HSL | 24.08º | 0.6% | 0.46% | - |
| HSV(B) | 24.08º | 0.75% | 0.74% | - |
| XYZ | 26.45 | 20.92 | 5.33 | - |
| YUV | 122.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 47 | 0 | 0.45 | 0.75 | 0.26 | 24.08 | 0.6 | 0.46 |
| Hex | BD | 68 | 2F | 0 | 2D | 4B | 1A | 18 | 3C | 2E |
| Octal | 275 | 150 | 57 | 0 | 55 | 113 | 32 | 30 | 74 | 56 |
| Binary | 10111101 | 1101000 | 101111 | 0 | 101101 | 1001011 | 11010 | 11000 | 111100 | 101110 |
Color Harmonies of #BD682F
Complementary color
Monochromatic Colors of #BD682F
Black with #BD682F
Text Example
Text Example
White with #BD682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD682F; }
p { color: rgb(189,104,47); }
H1.HeaderClassName
{
color: #BD682F;
}
.AnyTagClassName
{
color: #BD682F;
}
</style>
background-color css
<style>
a { background-color: #BD682F; }
a { background-color: rgb(189,104,47); }
div.DivClassName
{
background-color: #BD682F;
}
.BgClassName
{
background-color: #BD682F;
}
</style>
border-color css
<style>
span { border-color: #BD682F; }
span { border-color: rgb(189,104,47); }
td.TdClassName
{
border-color: #BD682F;
}
.TagClassName
{
border-color: #BD682F;
}
</style>