Shades of Christine #BD6928
Tints of Christine #BD6928
RGB
CMYK
RGB Variations
Color information
#BD6928 (or 0xBD6928) is known color: Christine. HEX triplet: BD, 69 and 28. RGB value is (189,105,40). Sum of RGB (Red+Green+Blue) = 189+105+40=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6928 is #4296D7. Grayscale: #7B7B7B. Windows color (decimal): -4363992 or 2648509. OLE color: 2648509.
HSL color Cylindrical-coordinate representation of color #BD6928: hue angle of 26.17º 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 #BD6928 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 40 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.26 |
| HSL | 26.17º | 0.65% | 0.45% | - |
| HSV(B) | 26.17º | 0.79% | 0.74% | - |
| XYZ | 26.42 | 21.08 | 4.68 | - |
| YUV | 122.71 | 81.33 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 40 | 0 | 0.44 | 0.79 | 0.26 | 26.17 | 0.65 | 0.45 |
| Hex | BD | 69 | 28 | 0 | 2C | 4F | 1A | 1A | 41 | 2D |
| Octal | 275 | 151 | 50 | 0 | 54 | 117 | 32 | 32 | 101 | 55 |
| Binary | 10111101 | 1101001 | 101000 | 0 | 101100 | 1001111 | 11010 | 11010 | 1000001 | 101101 |
Color Harmonies of #BD6928
Complementary color
Monochromatic Colors of #BD6928
Black with #BD6928
Text Example
Text Example
White with #BD6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6928; }
p { color: rgb(189,105,40); }
H1.HeaderClassName
{
color: #BD6928;
}
.AnyTagClassName
{
color: #BD6928;
}
</style>
background-color css
<style>
a { background-color: #BD6928; }
a { background-color: rgb(189,105,40); }
div.DivClassName
{
background-color: #BD6928;
}
.BgClassName
{
background-color: #BD6928;
}
</style>
border-color css
<style>
span { border-color: #BD6928; }
span { border-color: rgb(189,105,40); }
td.TdClassName
{
border-color: #BD6928;
}
.TagClassName
{
border-color: #BD6928;
}
</style>