Shades of Christine #BD6938
Tints of Christine #BD6938
RGB
CMYK
RGB Variations
Color information
#BD6938 (or 0xBD6938) is known color: Christine. HEX triplet: BD, 69 and 38. RGB value is (189,105,56). Sum of RGB (Red+Green+Blue) = 189+105+56=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6938 is #4296C7. Grayscale: #7C7C7C. Windows color (decimal): -4363976 or 3697085. OLE color: 3697085.
HSL color Cylindrical-coordinate representation of color #BD6938: hue angle of 22.11º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6938 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 56 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.26 |
| HSL | 22.11º | 0.54% | 0.48% | - |
| HSV(B) | 22.11º | 0.7% | 0.74% | - |
| XYZ | 26.75 | 21.21 | 6.42 | - |
| YUV | 124.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 56 | 0 | 0.44 | 0.70 | 0.26 | 22.11 | 0.54 | 0.48 |
| Hex | BD | 69 | 38 | 0 | 2C | 46 | 1A | 16 | 36 | 30 |
| Octal | 275 | 151 | 70 | 0 | 54 | 106 | 32 | 26 | 66 | 60 |
| Binary | 10111101 | 1101001 | 111000 | 0 | 101100 | 1000110 | 11010 | 10110 | 110110 | 110000 |
Color Harmonies of #BD6938
Complementary color
Monochromatic Colors of #BD6938
Black with #BD6938
Text Example
Text Example
White with #BD6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6938; }
p { color: rgb(189,105,56); }
H1.HeaderClassName
{
color: #BD6938;
}
.AnyTagClassName
{
color: #BD6938;
}
</style>
background-color css
<style>
a { background-color: #BD6938; }
a { background-color: rgb(189,105,56); }
div.DivClassName
{
background-color: #BD6938;
}
.BgClassName
{
background-color: #BD6938;
}
</style>
border-color css
<style>
span { border-color: #BD6938; }
span { border-color: rgb(189,105,56); }
td.TdClassName
{
border-color: #BD6938;
}
.TagClassName
{
border-color: #BD6938;
}
</style>