Shades of Christine #BD5918
Tints of Christine #BD5918
RGB
CMYK
RGB Variations
Color information
#BD5918 (or 0xBD5918) is known color: Christine. HEX triplet: BD, 59 and 18. RGB value is (189,89,24). Sum of RGB (Red+Green+Blue) = 189+89+24=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5918 is #42A6E7. Grayscale: #6F6F6F. Windows color (decimal): -4368104 or 1595837. OLE color: 1595837.
HSL color Cylindrical-coordinate representation of color #BD5918: hue angle of 23.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD5918 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 24 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.26 |
| HSL | 23.64º | 0.77% | 0.42% | - |
| HSV(B) | 23.64º | 0.87% | 0.74% | - |
| XYZ | 24.72 | 18.03 | 3.04 | - |
| YUV | 111.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 24 | 0 | 0.53 | 0.87 | 0.26 | 23.64 | 0.77 | 0.42 |
| Hex | BD | 59 | 18 | 0 | 35 | 57 | 1A | 18 | 4D | 2A |
| Octal | 275 | 131 | 30 | 0 | 65 | 127 | 32 | 30 | 115 | 52 |
| Binary | 10111101 | 1011001 | 11000 | 0 | 110101 | 1010111 | 11010 | 11000 | 1001101 | 101010 |
Color Harmonies of #BD5918
Complementary color
Monochromatic Colors of #BD5918
Black with #BD5918
Text Example
Text Example
White with #BD5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5918; }
p { color: rgb(189,89,24); }
H1.HeaderClassName
{
color: #BD5918;
}
.AnyTagClassName
{
color: #BD5918;
}
</style>
background-color css
<style>
a { background-color: #BD5918; }
a { background-color: rgb(189,89,24); }
div.DivClassName
{
background-color: #BD5918;
}
.BgClassName
{
background-color: #BD5918;
}
</style>
border-color css
<style>
span { border-color: #BD5918; }
span { border-color: rgb(189,89,24); }
td.TdClassName
{
border-color: #BD5918;
}
.TagClassName
{
border-color: #BD5918;
}
</style>