Shades of Christine #BD6222
Tints of Christine #BD6222
RGB
CMYK
RGB Variations
Color information
#BD6222 (or 0xBD6222) is known color: Christine. HEX triplet: BD, 62 and 22. RGB value is (189,98,34). Sum of RGB (Red+Green+Blue) = 189+98+34=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6222 is #429DDD. Grayscale: #767676. Windows color (decimal): -4365790 or 2253501. OLE color: 2253501.
HSL color Cylindrical-coordinate representation of color #BD6222: hue angle of 24.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD6222 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 34 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.26 |
| HSL | 24.77º | 0.7% | 0.44% | - |
| HSV(B) | 24.77º | 0.82% | 0.74% | - |
| XYZ | 25.64 | 19.67 | 3.96 | - |
| YUV | 117.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 34 | 0 | 0.48 | 0.82 | 0.26 | 24.77 | 0.7 | 0.44 |
| Hex | BD | 62 | 22 | 0 | 30 | 52 | 1A | 19 | 46 | 2C |
| Octal | 275 | 142 | 42 | 0 | 60 | 122 | 32 | 31 | 106 | 54 |
| Binary | 10111101 | 1100010 | 100010 | 0 | 110000 | 1010010 | 11010 | 11001 | 1000110 | 101100 |
Color Harmonies of #BD6222
Complementary color
Monochromatic Colors of #BD6222
Black with #BD6222
Text Example
Text Example
White with #BD6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6222; }
p { color: rgb(189,98,34); }
H1.HeaderClassName
{
color: #BD6222;
}
.AnyTagClassName
{
color: #BD6222;
}
</style>
background-color css
<style>
a { background-color: #BD6222; }
a { background-color: rgb(189,98,34); }
div.DivClassName
{
background-color: #BD6222;
}
.BgClassName
{
background-color: #BD6222;
}
</style>
border-color css
<style>
span { border-color: #BD6222; }
span { border-color: rgb(189,98,34); }
td.TdClassName
{
border-color: #BD6222;
}
.TagClassName
{
border-color: #BD6222;
}
</style>