Shades of Christine #BD6024
Tints of Christine #BD6024
RGB
CMYK
RGB Variations
Color information
#BD6024 (or 0xBD6024) is known color: Christine. HEX triplet: BD, 60 and 24. RGB value is (189,96,36). Sum of RGB (Red+Green+Blue) = 189+96+36=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6024 is #429FDB. Grayscale: #757575. Windows color (decimal): -4366300 or 2384061. OLE color: 2384061.
HSL color Cylindrical-coordinate representation of color #BD6024: hue angle of 23.53º 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 #BD6024 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 36 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.26 |
| HSL | 23.53º | 0.68% | 0.44% | - |
| HSV(B) | 23.53º | 0.81% | 0.74% | - |
| XYZ | 25.49 | 19.31 | 4.05 | - |
| YUV | 116.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 36 | 0 | 0.49 | 0.81 | 0.26 | 23.53 | 0.68 | 0.44 |
| Hex | BD | 60 | 24 | 0 | 31 | 51 | 1A | 18 | 44 | 2C |
| Octal | 275 | 140 | 44 | 0 | 61 | 121 | 32 | 30 | 104 | 54 |
| Binary | 10111101 | 1100000 | 100100 | 0 | 110001 | 1010001 | 11010 | 11000 | 1000100 | 101100 |
Color Harmonies of #BD6024
Complementary color
Monochromatic Colors of #BD6024
Black with #BD6024
Text Example
Text Example
White with #BD6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6024; }
p { color: rgb(189,96,36); }
H1.HeaderClassName
{
color: #BD6024;
}
.AnyTagClassName
{
color: #BD6024;
}
</style>
background-color css
<style>
a { background-color: #BD6024; }
a { background-color: rgb(189,96,36); }
div.DivClassName
{
background-color: #BD6024;
}
.BgClassName
{
background-color: #BD6024;
}
</style>
border-color css
<style>
span { border-color: #BD6024; }
span { border-color: rgb(189,96,36); }
td.TdClassName
{
border-color: #BD6024;
}
.TagClassName
{
border-color: #BD6024;
}
</style>