Shades of Christine #BD681F
Tints of Christine #BD681F
RGB
CMYK
RGB Variations
Color information
#BD681F (or 0xBD681F) is known color: Christine. HEX triplet: BD, 68 and 1F. RGB value is (189,104,31). Sum of RGB (Red+Green+Blue) = 189+104+31=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD681F is #4297E0. Grayscale: #797979. Windows color (decimal): -4364257 or 2058429. OLE color: 2058429.
HSL color Cylindrical-coordinate representation of color #BD681F: hue angle of 27.72º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD681F is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 31 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.26 |
| HSL | 27.72º | 0.72% | 0.43% | - |
| HSV(B) | 27.72º | 0.84% | 0.74% | - |
| XYZ | 26.18 | 20.82 | 3.93 | - |
| YUV | 121.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 31 | 0 | 0.45 | 0.84 | 0.26 | 27.72 | 0.72 | 0.43 |
| Hex | BD | 68 | 1F | 0 | 2D | 54 | 1A | 1C | 48 | 2B |
| Octal | 275 | 150 | 37 | 0 | 55 | 124 | 32 | 34 | 110 | 53 |
| Binary | 10111101 | 1101000 | 11111 | 0 | 101101 | 1010100 | 11010 | 11100 | 1001000 | 101011 |
Color Harmonies of #BD681F
Complementary color
Monochromatic Colors of #BD681F
Black with #BD681F
Text Example
Text Example
White with #BD681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD681F; }
p { color: rgb(189,104,31); }
H1.HeaderClassName
{
color: #BD681F;
}
.AnyTagClassName
{
color: #BD681F;
}
</style>
background-color css
<style>
a { background-color: #BD681F; }
a { background-color: rgb(189,104,31); }
div.DivClassName
{
background-color: #BD681F;
}
.BgClassName
{
background-color: #BD681F;
}
</style>
border-color css
<style>
span { border-color: #BD681F; }
span { border-color: rgb(189,104,31); }
td.TdClassName
{
border-color: #BD681F;
}
.TagClassName
{
border-color: #BD681F;
}
</style>