Shades of Christine #BD672C
Tints of Christine #BD672C
RGB
CMYK
RGB Variations
Color information
#BD672C (or 0xBD672C) is known color: Christine. HEX triplet: BD, 67 and 2C. RGB value is (189,103,44). Sum of RGB (Red+Green+Blue) = 189+103+44=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD672C is #4298D3. Grayscale: #7A7A7A. Windows color (decimal): -4364500 or 2910141. OLE color: 2910141.
HSL color Cylindrical-coordinate representation of color #BD672C: hue angle of 24.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD672C is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 44 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.26 |
| HSL | 24.41º | 0.62% | 0.46% | - |
| HSV(B) | 24.41º | 0.77% | 0.74% | - |
| XYZ | 26.29 | 20.7 | 4.99 | - |
| YUV | 121.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 44 | 0 | 0.46 | 0.77 | 0.26 | 24.41 | 0.62 | 0.46 |
| Hex | BD | 67 | 2C | 0 | 2E | 4D | 1A | 18 | 3E | 2E |
| Octal | 275 | 147 | 54 | 0 | 56 | 115 | 32 | 30 | 76 | 56 |
| Binary | 10111101 | 1100111 | 101100 | 0 | 101110 | 1001101 | 11010 | 11000 | 111110 | 101110 |
Color Harmonies of #BD672C
Complementary color
Monochromatic Colors of #BD672C
Black with #BD672C
Text Example
Text Example
White with #BD672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD672C; }
p { color: rgb(189,103,44); }
H1.HeaderClassName
{
color: #BD672C;
}
.AnyTagClassName
{
color: #BD672C;
}
</style>
background-color css
<style>
a { background-color: #BD672C; }
a { background-color: rgb(189,103,44); }
div.DivClassName
{
background-color: #BD672C;
}
.BgClassName
{
background-color: #BD672C;
}
</style>
border-color css
<style>
span { border-color: #BD672C; }
span { border-color: rgb(189,103,44); }
td.TdClassName
{
border-color: #BD672C;
}
.TagClassName
{
border-color: #BD672C;
}
</style>