Shades of Christine #BD6019
Tints of Christine #BD6019
RGB
CMYK
RGB Variations
Color information
#BD6019 (or 0xBD6019) is known color: Christine. HEX triplet: BD, 60 and 19. RGB value is (189,96,25). Sum of RGB (Red+Green+Blue) = 189+96+25=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6019 is #429FE6. Grayscale: #747474. Windows color (decimal): -4366311 or 1663165. OLE color: 1663165.
HSL color Cylindrical-coordinate representation of color #BD6019: hue angle of 25.98º 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 #BD6019 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 25 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.26 |
| HSL | 25.98º | 0.77% | 0.42% | - |
| HSV(B) | 25.98º | 0.87% | 0.74% | - |
| XYZ | 25.34 | 19.25 | 3.3 | - |
| YUV | 115.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 25 | 0 | 0.49 | 0.87 | 0.26 | 25.98 | 0.77 | 0.42 |
| Hex | BD | 60 | 19 | 0 | 31 | 57 | 1A | 1A | 4D | 2A |
| Octal | 275 | 140 | 31 | 0 | 61 | 127 | 32 | 32 | 115 | 52 |
| Binary | 10111101 | 1100000 | 11001 | 0 | 110001 | 1010111 | 11010 | 11010 | 1001101 | 101010 |
Color Harmonies of #BD6019
Complementary color
Monochromatic Colors of #BD6019
Black with #BD6019
Text Example
Text Example
White with #BD6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6019; }
p { color: rgb(189,96,25); }
H1.HeaderClassName
{
color: #BD6019;
}
.AnyTagClassName
{
color: #BD6019;
}
</style>
background-color css
<style>
a { background-color: #BD6019; }
a { background-color: rgb(189,96,25); }
div.DivClassName
{
background-color: #BD6019;
}
.BgClassName
{
background-color: #BD6019;
}
</style>
border-color css
<style>
span { border-color: #BD6019; }
span { border-color: rgb(189,96,25); }
td.TdClassName
{
border-color: #BD6019;
}
.TagClassName
{
border-color: #BD6019;
}
</style>