Shades of Christine #BD671F
Tints of Christine #BD671F
RGB
CMYK
RGB Variations
Color information
#BD671F (or 0xBD671F) is known color: Christine. HEX triplet: BD, 67 and 1F. RGB value is (189,103,31). Sum of RGB (Red+Green+Blue) = 189+103+31=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD671F is #4298E0. Grayscale: #787878. Windows color (decimal): -4364513 or 2058173. OLE color: 2058173.
HSL color Cylindrical-coordinate representation of color #BD671F: hue angle of 27.34º 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 #BD671F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 31 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.26 |
| HSL | 27.34º | 0.72% | 0.43% | - |
| HSV(B) | 27.34º | 0.84% | 0.74% | - |
| XYZ | 26.08 | 20.62 | 3.9 | - |
| YUV | 120.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 31 | 0 | 0.46 | 0.84 | 0.26 | 27.34 | 0.72 | 0.43 |
| Hex | BD | 67 | 1F | 0 | 2E | 54 | 1A | 1B | 48 | 2B |
| Octal | 275 | 147 | 37 | 0 | 56 | 124 | 32 | 33 | 110 | 53 |
| Binary | 10111101 | 1100111 | 11111 | 0 | 101110 | 1010100 | 11010 | 11011 | 1001000 | 101011 |
Color Harmonies of #BD671F
Complementary color
Monochromatic Colors of #BD671F
Black with #BD671F
Text Example
Text Example
White with #BD671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD671F; }
p { color: rgb(189,103,31); }
H1.HeaderClassName
{
color: #BD671F;
}
.AnyTagClassName
{
color: #BD671F;
}
</style>
background-color css
<style>
a { background-color: #BD671F; }
a { background-color: rgb(189,103,31); }
div.DivClassName
{
background-color: #BD671F;
}
.BgClassName
{
background-color: #BD671F;
}
</style>
border-color css
<style>
span { border-color: #BD671F; }
span { border-color: rgb(189,103,31); }
td.TdClassName
{
border-color: #BD671F;
}
.TagClassName
{
border-color: #BD671F;
}
</style>