Shades of Christine #BD642D
Tints of Christine #BD642D
RGB
CMYK
RGB Variations
Color information
#BD642D (or 0xBD642D) is known color: Christine. HEX triplet: BD, 64 and 2D. RGB value is (189,100,45). Sum of RGB (Red+Green+Blue) = 189+100+45=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD642D is #429BD2. Grayscale: #787878. Windows color (decimal): -4365267 or 2974909. OLE color: 2974909.
HSL color Cylindrical-coordinate representation of color #BD642D: hue angle of 22.92º degrees, saturation: 0.62, 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 #BD642D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 45 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.26 |
| HSL | 22.92º | 0.62% | 0.46% | - |
| HSV(B) | 22.92º | 0.76% | 0.74% | - |
| XYZ | 26.02 | 20.12 | 5 | - |
| YUV | 120.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 45 | 0 | 0.47 | 0.76 | 0.26 | 22.92 | 0.62 | 0.46 |
| Hex | BD | 64 | 2D | 0 | 2F | 4C | 1A | 17 | 3E | 2E |
| Octal | 275 | 144 | 55 | 0 | 57 | 114 | 32 | 27 | 76 | 56 |
| Binary | 10111101 | 1100100 | 101101 | 0 | 101111 | 1001100 | 11010 | 10111 | 111110 | 101110 |
Color Harmonies of #BD642D
Complementary color
Monochromatic Colors of #BD642D
Black with #BD642D
Text Example
Text Example
White with #BD642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD642D; }
p { color: rgb(189,100,45); }
H1.HeaderClassName
{
color: #BD642D;
}
.AnyTagClassName
{
color: #BD642D;
}
</style>
background-color css
<style>
a { background-color: #BD642D; }
a { background-color: rgb(189,100,45); }
div.DivClassName
{
background-color: #BD642D;
}
.BgClassName
{
background-color: #BD642D;
}
</style>
border-color css
<style>
span { border-color: #BD642D; }
span { border-color: rgb(189,100,45); }
td.TdClassName
{
border-color: #BD642D;
}
.TagClassName
{
border-color: #BD642D;
}
</style>