Shades of Christine #BD682D
Tints of Christine #BD682D
RGB
CMYK
RGB Variations
Color information
#BD682D (or 0xBD682D) is known color: Christine. HEX triplet: BD, 68 and 2D. RGB value is (189,104,45). Sum of RGB (Red+Green+Blue) = 189+104+45=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD682D is #4297D2. Grayscale: #7B7B7B. Windows color (decimal): -4364243 or 2975933. OLE color: 2975933.
HSL color Cylindrical-coordinate representation of color #BD682D: hue angle of 24.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD682D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 45 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.26 |
| HSL | 24.58º | 0.62% | 0.46% | - |
| HSV(B) | 24.58º | 0.76% | 0.74% | - |
| XYZ | 26.41 | 20.91 | 5.13 | - |
| YUV | 122.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 45 | 0 | 0.45 | 0.76 | 0.26 | 24.58 | 0.62 | 0.46 |
| Hex | BD | 68 | 2D | 0 | 2D | 4C | 1A | 19 | 3E | 2E |
| Octal | 275 | 150 | 55 | 0 | 55 | 114 | 32 | 31 | 76 | 56 |
| Binary | 10111101 | 1101000 | 101101 | 0 | 101101 | 1001100 | 11010 | 11001 | 111110 | 101110 |
Color Harmonies of #BD682D
Complementary color
Monochromatic Colors of #BD682D
Black with #BD682D
Text Example
Text Example
White with #BD682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD682D; }
p { color: rgb(189,104,45); }
H1.HeaderClassName
{
color: #BD682D;
}
.AnyTagClassName
{
color: #BD682D;
}
</style>
background-color css
<style>
a { background-color: #BD682D; }
a { background-color: rgb(189,104,45); }
div.DivClassName
{
background-color: #BD682D;
}
.BgClassName
{
background-color: #BD682D;
}
</style>
border-color css
<style>
span { border-color: #BD682D; }
span { border-color: rgb(189,104,45); }
td.TdClassName
{
border-color: #BD682D;
}
.TagClassName
{
border-color: #BD682D;
}
</style>