Shades of Christine #BD642B
Tints of Christine #BD642B
RGB
CMYK
RGB Variations
Color information
#BD642B (or 0xBD642B) is known color: Christine. HEX triplet: BD, 64 and 2B. RGB value is (189,100,43). Sum of RGB (Red+Green+Blue) = 189+100+43=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD642B is #429BD4. Grayscale: #787878. Windows color (decimal): -4365269 or 2843837. OLE color: 2843837.
HSL color Cylindrical-coordinate representation of color #BD642B: hue angle of 23.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD642B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 43 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.26 |
| HSL | 23.42º | 0.63% | 0.45% | - |
| HSV(B) | 23.42º | 0.77% | 0.74% | - |
| XYZ | 25.98 | 20.11 | 4.8 | - |
| YUV | 120.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 43 | 0 | 0.47 | 0.77 | 0.26 | 23.42 | 0.63 | 0.45 |
| Hex | BD | 64 | 2B | 0 | 2F | 4D | 1A | 17 | 3F | 2D |
| Octal | 275 | 144 | 53 | 0 | 57 | 115 | 32 | 27 | 77 | 55 |
| Binary | 10111101 | 1100100 | 101011 | 0 | 101111 | 1001101 | 11010 | 10111 | 111111 | 101101 |
Color Harmonies of #BD642B
Complementary color
Monochromatic Colors of #BD642B
Black with #BD642B
Text Example
Text Example
White with #BD642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD642B; }
p { color: rgb(189,100,43); }
H1.HeaderClassName
{
color: #BD642B;
}
.AnyTagClassName
{
color: #BD642B;
}
</style>
background-color css
<style>
a { background-color: #BD642B; }
a { background-color: rgb(189,100,43); }
div.DivClassName
{
background-color: #BD642B;
}
.BgClassName
{
background-color: #BD642B;
}
</style>
border-color css
<style>
span { border-color: #BD642B; }
span { border-color: rgb(189,100,43); }
td.TdClassName
{
border-color: #BD642B;
}
.TagClassName
{
border-color: #BD642B;
}
</style>