Shades of Christine #BD6B2E
Tints of Christine #BD6B2E
RGB
CMYK
RGB Variations
Color information
#BD6B2E (or 0xBD6B2E) is known color: Christine. HEX triplet: BD, 6B and 2E. RGB value is (189,107,46). Sum of RGB (Red+Green+Blue) = 189+107+46=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B2E is #4294D1. Grayscale: #7C7C7C. Windows color (decimal): -4363474 or 3042237. OLE color: 3042237.
HSL color Cylindrical-coordinate representation of color #BD6B2E: hue angle of 25.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD6B2E is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 46 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.26 |
| HSL | 25.59º | 0.61% | 0.46% | - |
| HSV(B) | 25.59º | 0.76% | 0.74% | - |
| XYZ | 26.74 | 21.53 | 5.33 | - |
| YUV | 124.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 46 | 0 | 0.43 | 0.76 | 0.26 | 25.59 | 0.61 | 0.46 |
| Hex | BD | 6B | 2E | 0 | 2B | 4C | 1A | 1A | 3D | 2E |
| Octal | 275 | 153 | 56 | 0 | 53 | 114 | 32 | 32 | 75 | 56 |
| Binary | 10111101 | 1101011 | 101110 | 0 | 101011 | 1001100 | 11010 | 11010 | 111101 | 101110 |
Color Harmonies of #BD6B2E
Complementary color
Monochromatic Colors of #BD6B2E
Black with #BD6B2E
Text Example
Text Example
White with #BD6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B2E; }
p { color: rgb(189,107,46); }
H1.HeaderClassName
{
color: #BD6B2E;
}
.AnyTagClassName
{
color: #BD6B2E;
}
</style>
background-color css
<style>
a { background-color: #BD6B2E; }
a { background-color: rgb(189,107,46); }
div.DivClassName
{
background-color: #BD6B2E;
}
.BgClassName
{
background-color: #BD6B2E;
}
</style>
border-color css
<style>
span { border-color: #BD6B2E; }
span { border-color: rgb(189,107,46); }
td.TdClassName
{
border-color: #BD6B2E;
}
.TagClassName
{
border-color: #BD6B2E;
}
</style>