Shades of Christine #BD6322
Tints of Christine #BD6322
RGB
CMYK
RGB Variations
Color information
#BD6322 (or 0xBD6322) is known color: Christine. HEX triplet: BD, 63 and 22. RGB value is (189,99,34). Sum of RGB (Red+Green+Blue) = 189+99+34=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6322 is #429CDD. Grayscale: #767676. Windows color (decimal): -4365534 or 2253757. OLE color: 2253757.
HSL color Cylindrical-coordinate representation of color #BD6322: hue angle of 25.16º 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 #BD6322 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 34 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.26 |
| HSL | 25.16º | 0.7% | 0.44% | - |
| HSV(B) | 25.16º | 0.82% | 0.74% | - |
| XYZ | 25.74 | 19.86 | 3.99 | - |
| YUV | 118.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 34 | 0 | 0.48 | 0.82 | 0.26 | 25.16 | 0.7 | 0.44 |
| Hex | BD | 63 | 22 | 0 | 30 | 52 | 1A | 19 | 46 | 2C |
| Octal | 275 | 143 | 42 | 0 | 60 | 122 | 32 | 31 | 106 | 54 |
| Binary | 10111101 | 1100011 | 100010 | 0 | 110000 | 1010010 | 11010 | 11001 | 1000110 | 101100 |
Color Harmonies of #BD6322
Complementary color
Monochromatic Colors of #BD6322
Black with #BD6322
Text Example
Text Example
White with #BD6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6322; }
p { color: rgb(189,99,34); }
H1.HeaderClassName
{
color: #BD6322;
}
.AnyTagClassName
{
color: #BD6322;
}
</style>
background-color css
<style>
a { background-color: #BD6322; }
a { background-color: rgb(189,99,34); }
div.DivClassName
{
background-color: #BD6322;
}
.BgClassName
{
background-color: #BD6322;
}
</style>
border-color css
<style>
span { border-color: #BD6322; }
span { border-color: rgb(189,99,34); }
td.TdClassName
{
border-color: #BD6322;
}
.TagClassName
{
border-color: #BD6322;
}
</style>