Shades of Christine #BD6831
Tints of Christine #BD6831
RGB
CMYK
RGB Variations
Color information
#BD6831 (or 0xBD6831) is known color: Christine. HEX triplet: BD, 68 and 31. RGB value is (189,104,49). Sum of RGB (Red+Green+Blue) = 189+104+49=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6831 is #4297CE. Grayscale: #7B7B7B. Windows color (decimal): -4364239 or 3238077. OLE color: 3238077.
HSL color Cylindrical-coordinate representation of color #BD6831: hue angle of 23.57º 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 #BD6831 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 49 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.26 |
| HSL | 23.57º | 0.59% | 0.47% | - |
| HSV(B) | 23.57º | 0.74% | 0.74% | - |
| XYZ | 26.49 | 20.94 | 5.55 | - |
| YUV | 123.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 49 | 0 | 0.45 | 0.74 | 0.26 | 23.57 | 0.59 | 0.47 |
| Hex | BD | 68 | 31 | 0 | 2D | 4A | 1A | 18 | 3B | 2F |
| Octal | 275 | 150 | 61 | 0 | 55 | 112 | 32 | 30 | 73 | 57 |
| Binary | 10111101 | 1101000 | 110001 | 0 | 101101 | 1001010 | 11010 | 11000 | 111011 | 101111 |
Color Harmonies of #BD6831
Complementary color
Monochromatic Colors of #BD6831
Black with #BD6831
Text Example
Text Example
White with #BD6831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6831; }
p { color: rgb(189,104,49); }
H1.HeaderClassName
{
color: #BD6831;
}
.AnyTagClassName
{
color: #BD6831;
}
</style>
background-color css
<style>
a { background-color: #BD6831; }
a { background-color: rgb(189,104,49); }
div.DivClassName
{
background-color: #BD6831;
}
.BgClassName
{
background-color: #BD6831;
}
</style>
border-color css
<style>
span { border-color: #BD6831; }
span { border-color: rgb(189,104,49); }
td.TdClassName
{
border-color: #BD6831;
}
.TagClassName
{
border-color: #BD6831;
}
</style>