Shades of Christine #BD6828
Tints of Christine #BD6828
RGB
CMYK
RGB Variations
Color information
#BD6828 (or 0xBD6828) is known color: Christine. HEX triplet: BD, 68 and 28. RGB value is (189,104,40). Sum of RGB (Red+Green+Blue) = 189+104+40=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6828 is #4297D7. Grayscale: #7A7A7A. Windows color (decimal): -4364248 or 2648253. OLE color: 2648253.
HSL color Cylindrical-coordinate representation of color #BD6828: hue angle of 25.77º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD6828 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 40 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.26 |
| HSL | 25.77º | 0.65% | 0.45% | - |
| HSV(B) | 25.77º | 0.79% | 0.74% | - |
| XYZ | 26.32 | 20.87 | 4.65 | - |
| YUV | 122.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 40 | 0 | 0.45 | 0.79 | 0.26 | 25.77 | 0.65 | 0.45 |
| Hex | BD | 68 | 28 | 0 | 2D | 4F | 1A | 1A | 41 | 2D |
| Octal | 275 | 150 | 50 | 0 | 55 | 117 | 32 | 32 | 101 | 55 |
| Binary | 10111101 | 1101000 | 101000 | 0 | 101101 | 1001111 | 11010 | 11010 | 1000001 | 101101 |
Color Harmonies of #BD6828
Complementary color
Monochromatic Colors of #BD6828
Black with #BD6828
Text Example
Text Example
White with #BD6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6828; }
p { color: rgb(189,104,40); }
H1.HeaderClassName
{
color: #BD6828;
}
.AnyTagClassName
{
color: #BD6828;
}
</style>
background-color css
<style>
a { background-color: #BD6828; }
a { background-color: rgb(189,104,40); }
div.DivClassName
{
background-color: #BD6828;
}
.BgClassName
{
background-color: #BD6828;
}
</style>
border-color css
<style>
span { border-color: #BD6828; }
span { border-color: rgb(189,104,40); }
td.TdClassName
{
border-color: #BD6828;
}
.TagClassName
{
border-color: #BD6828;
}
</style>