Shades of Christine #BD6A22
Tints of Christine #BD6A22
RGB
CMYK
RGB Variations
Color information
#BD6A22 (or 0xBD6A22) is known color: Christine. HEX triplet: BD, 6A and 22. RGB value is (189,106,34). Sum of RGB (Red+Green+Blue) = 189+106+34=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A22 is #4295DD. Grayscale: #7A7A7A. Windows color (decimal): -4363742 or 2255549. OLE color: 2255549.
HSL color Cylindrical-coordinate representation of color #BD6A22: hue angle of 27.87º 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 #BD6A22 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 34 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.26 |
| HSL | 27.87º | 0.7% | 0.44% | - |
| HSV(B) | 27.87º | 0.82% | 0.74% | - |
| XYZ | 26.43 | 21.24 | 4.22 | - |
| YUV | 122.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 34 | 0 | 0.44 | 0.82 | 0.26 | 27.87 | 0.7 | 0.44 |
| Hex | BD | 6A | 22 | 0 | 2C | 52 | 1A | 1C | 46 | 2C |
| Octal | 275 | 152 | 42 | 0 | 54 | 122 | 32 | 34 | 106 | 54 |
| Binary | 10111101 | 1101010 | 100010 | 0 | 101100 | 1010010 | 11010 | 11100 | 1000110 | 101100 |
Color Harmonies of #BD6A22
Complementary color
Monochromatic Colors of #BD6A22
Black with #BD6A22
Text Example
Text Example
White with #BD6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A22; }
p { color: rgb(189,106,34); }
H1.HeaderClassName
{
color: #BD6A22;
}
.AnyTagClassName
{
color: #BD6A22;
}
</style>
background-color css
<style>
a { background-color: #BD6A22; }
a { background-color: rgb(189,106,34); }
div.DivClassName
{
background-color: #BD6A22;
}
.BgClassName
{
background-color: #BD6A22;
}
</style>
border-color css
<style>
span { border-color: #BD6A22; }
span { border-color: rgb(189,106,34); }
td.TdClassName
{
border-color: #BD6A22;
}
.TagClassName
{
border-color: #BD6A22;
}
</style>