Shades of Christine #BD6731
Tints of Christine #BD6731
RGB
CMYK
RGB Variations
Color information
#BD6731 (or 0xBD6731) is known color: Christine. HEX triplet: BD, 67 and 31. RGB value is (189,103,49). Sum of RGB (Red+Green+Blue) = 189+103+49=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6731 is #4298CE. Grayscale: #7A7A7A. Windows color (decimal): -4364495 or 3237821. OLE color: 3237821.
HSL color Cylindrical-coordinate representation of color #BD6731: hue angle of 23.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD6731 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 49 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.26 |
| HSL | 23.14º | 0.59% | 0.47% | - |
| HSV(B) | 23.14º | 0.74% | 0.74% | - |
| XYZ | 26.39 | 20.74 | 5.52 | - |
| YUV | 122.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 49 | 0 | 0.46 | 0.74 | 0.26 | 23.14 | 0.59 | 0.47 |
| Hex | BD | 67 | 31 | 0 | 2E | 4A | 1A | 17 | 3B | 2F |
| Octal | 275 | 147 | 61 | 0 | 56 | 112 | 32 | 27 | 73 | 57 |
| Binary | 10111101 | 1100111 | 110001 | 0 | 101110 | 1001010 | 11010 | 10111 | 111011 | 101111 |
Color Harmonies of #BD6731
Complementary color
Monochromatic Colors of #BD6731
Black with #BD6731
Text Example
Text Example
White with #BD6731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6731; }
p { color: rgb(189,103,49); }
H1.HeaderClassName
{
color: #BD6731;
}
.AnyTagClassName
{
color: #BD6731;
}
</style>
background-color css
<style>
a { background-color: #BD6731; }
a { background-color: rgb(189,103,49); }
div.DivClassName
{
background-color: #BD6731;
}
.BgClassName
{
background-color: #BD6731;
}
</style>
border-color css
<style>
span { border-color: #BD6731; }
span { border-color: rgb(189,103,49); }
td.TdClassName
{
border-color: #BD6731;
}
.TagClassName
{
border-color: #BD6731;
}
</style>