Shades of Christine #BD6729
Tints of Christine #BD6729
RGB
CMYK
RGB Variations
Color information
#BD6729 (or 0xBD6729) is known color: Christine. HEX triplet: BD, 67 and 29. RGB value is (189,103,41). Sum of RGB (Red+Green+Blue) = 189+103+41=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6729 is #4298D6. Grayscale: #797979. Windows color (decimal): -4364503 or 2713533. OLE color: 2713533.
HSL color Cylindrical-coordinate representation of color #BD6729: hue angle of 25.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD6729 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 41 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.26 |
| HSL | 25.14º | 0.64% | 0.45% | - |
| HSV(B) | 25.14º | 0.78% | 0.74% | - |
| XYZ | 26.24 | 20.68 | 4.71 | - |
| YUV | 121.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 41 | 0 | 0.46 | 0.78 | 0.26 | 25.14 | 0.64 | 0.45 |
| Hex | BD | 67 | 29 | 0 | 2E | 4E | 1A | 19 | 40 | 2D |
| Octal | 275 | 147 | 51 | 0 | 56 | 116 | 32 | 31 | 100 | 55 |
| Binary | 10111101 | 1100111 | 101001 | 0 | 101110 | 1001110 | 11010 | 11001 | 1000000 | 101101 |
Color Harmonies of #BD6729
Complementary color
Monochromatic Colors of #BD6729
Black with #BD6729
Text Example
Text Example
White with #BD6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6729; }
p { color: rgb(189,103,41); }
H1.HeaderClassName
{
color: #BD6729;
}
.AnyTagClassName
{
color: #BD6729;
}
</style>
background-color css
<style>
a { background-color: #BD6729; }
a { background-color: rgb(189,103,41); }
div.DivClassName
{
background-color: #BD6729;
}
.BgClassName
{
background-color: #BD6729;
}
</style>
border-color css
<style>
span { border-color: #BD6729; }
span { border-color: rgb(189,103,41); }
td.TdClassName
{
border-color: #BD6729;
}
.TagClassName
{
border-color: #BD6729;
}
</style>