Shades of Christine #BD6924
Tints of Christine #BD6924
RGB
CMYK
RGB Variations
Color information
#BD6924 (or 0xBD6924) is known color: Christine. HEX triplet: BD, 69 and 24. RGB value is (189,105,36). Sum of RGB (Red+Green+Blue) = 189+105+36=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6924 is #4296DB. Grayscale: #7A7A7A. Windows color (decimal): -4363996 or 2386365. OLE color: 2386365.
HSL color Cylindrical-coordinate representation of color #BD6924: hue angle of 27.06º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD6924 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 36 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.26 |
| HSL | 27.06º | 0.68% | 0.44% | - |
| HSV(B) | 27.06º | 0.81% | 0.74% | - |
| XYZ | 26.36 | 21.05 | 4.34 | - |
| YUV | 122.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 36 | 0 | 0.44 | 0.81 | 0.26 | 27.06 | 0.68 | 0.44 |
| Hex | BD | 69 | 24 | 0 | 2C | 51 | 1A | 1B | 44 | 2C |
| Octal | 275 | 151 | 44 | 0 | 54 | 121 | 32 | 33 | 104 | 54 |
| Binary | 10111101 | 1101001 | 100100 | 0 | 101100 | 1010001 | 11010 | 11011 | 1000100 | 101100 |
Color Harmonies of #BD6924
Complementary color
Monochromatic Colors of #BD6924
Black with #BD6924
Text Example
Text Example
White with #BD6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6924; }
p { color: rgb(189,105,36); }
H1.HeaderClassName
{
color: #BD6924;
}
.AnyTagClassName
{
color: #BD6924;
}
</style>
background-color css
<style>
a { background-color: #BD6924; }
a { background-color: rgb(189,105,36); }
div.DivClassName
{
background-color: #BD6924;
}
.BgClassName
{
background-color: #BD6924;
}
</style>
border-color css
<style>
span { border-color: #BD6924; }
span { border-color: rgb(189,105,36); }
td.TdClassName
{
border-color: #BD6924;
}
.TagClassName
{
border-color: #BD6924;
}
</style>