Shades of Christine #BD691F
Tints of Christine #BD691F
RGB
CMYK
RGB Variations
Color information
#BD691F (or 0xBD691F) is known color: Christine. HEX triplet: BD, 69 and 1F. RGB value is (189,105,31). Sum of RGB (Red+Green+Blue) = 189+105+31=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD691F is #4296E0. Grayscale: #7A7A7A. Windows color (decimal): -4364001 or 2058685. OLE color: 2058685.
HSL color Cylindrical-coordinate representation of color #BD691F: hue angle of 28.1º 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 #BD691F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 31 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.26 |
| HSL | 28.1º | 0.72% | 0.43% | - |
| HSV(B) | 28.1º | 0.84% | 0.74% | - |
| XYZ | 26.29 | 21.02 | 3.97 | - |
| YUV | 121.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 31 | 0 | 0.44 | 0.84 | 0.26 | 28.1 | 0.72 | 0.43 |
| Hex | BD | 69 | 1F | 0 | 2C | 54 | 1A | 1C | 48 | 2B |
| Octal | 275 | 151 | 37 | 0 | 54 | 124 | 32 | 34 | 110 | 53 |
| Binary | 10111101 | 1101001 | 11111 | 0 | 101100 | 1010100 | 11010 | 11100 | 1001000 | 101011 |
Color Harmonies of #BD691F
Complementary color
Monochromatic Colors of #BD691F
Black with #BD691F
Text Example
Text Example
White with #BD691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD691F; }
p { color: rgb(189,105,31); }
H1.HeaderClassName
{
color: #BD691F;
}
.AnyTagClassName
{
color: #BD691F;
}
</style>
background-color css
<style>
a { background-color: #BD691F; }
a { background-color: rgb(189,105,31); }
div.DivClassName
{
background-color: #BD691F;
}
.BgClassName
{
background-color: #BD691F;
}
</style>
border-color css
<style>
span { border-color: #BD691F; }
span { border-color: rgb(189,105,31); }
td.TdClassName
{
border-color: #BD691F;
}
.TagClassName
{
border-color: #BD691F;
}
</style>