Shades of Christine #BD6429
Tints of Christine #BD6429
RGB
CMYK
RGB Variations
Color information
#BD6429 (or 0xBD6429) is known color: Christine. HEX triplet: BD, 64 and 29. RGB value is (189,100,41). Sum of RGB (Red+Green+Blue) = 189+100+41=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6429 is #429BD6. Grayscale: #787878. Windows color (decimal): -4365271 or 2712765. OLE color: 2712765.
HSL color Cylindrical-coordinate representation of color #BD6429: hue angle of 23.92º 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 #BD6429 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 41 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.26 |
| HSL | 23.92º | 0.64% | 0.45% | - |
| HSV(B) | 23.92º | 0.78% | 0.74% | - |
| XYZ | 25.94 | 20.09 | 4.61 | - |
| YUV | 119.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 41 | 0 | 0.47 | 0.78 | 0.26 | 23.92 | 0.64 | 0.45 |
| Hex | BD | 64 | 29 | 0 | 2F | 4E | 1A | 18 | 40 | 2D |
| Octal | 275 | 144 | 51 | 0 | 57 | 116 | 32 | 30 | 100 | 55 |
| Binary | 10111101 | 1100100 | 101001 | 0 | 101111 | 1001110 | 11010 | 11000 | 1000000 | 101101 |
Color Harmonies of #BD6429
Complementary color
Monochromatic Colors of #BD6429
Black with #BD6429
Text Example
Text Example
White with #BD6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6429; }
p { color: rgb(189,100,41); }
H1.HeaderClassName
{
color: #BD6429;
}
.AnyTagClassName
{
color: #BD6429;
}
</style>
background-color css
<style>
a { background-color: #BD6429; }
a { background-color: rgb(189,100,41); }
div.DivClassName
{
background-color: #BD6429;
}
.BgClassName
{
background-color: #BD6429;
}
</style>
border-color css
<style>
span { border-color: #BD6429; }
span { border-color: rgb(189,100,41); }
td.TdClassName
{
border-color: #BD6429;
}
.TagClassName
{
border-color: #BD6429;
}
</style>