Shades of Christine #BD6925
Tints of Christine #BD6925
RGB
CMYK
RGB Variations
Color information
#BD6925 (or 0xBD6925) is known color: Christine. HEX triplet: BD, 69 and 25. RGB value is (189,105,37). Sum of RGB (Red+Green+Blue) = 189+105+37=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6925 is #4296DA. Grayscale: #7A7A7A. Windows color (decimal): -4363995 or 2451901. OLE color: 2451901.
HSL color Cylindrical-coordinate representation of color #BD6925: hue angle of 26.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD6925 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 37 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.26 |
| HSL | 26.84º | 0.67% | 0.44% | - |
| HSV(B) | 26.84º | 0.8% | 0.74% | - |
| XYZ | 26.37 | 21.06 | 4.42 | - |
| YUV | 122.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 37 | 0 | 0.44 | 0.80 | 0.26 | 26.84 | 0.67 | 0.44 |
| Hex | BD | 69 | 25 | 0 | 2C | 50 | 1A | 1B | 43 | 2C |
| Octal | 275 | 151 | 45 | 0 | 54 | 120 | 32 | 33 | 103 | 54 |
| Binary | 10111101 | 1101001 | 100101 | 0 | 101100 | 1010000 | 11010 | 11011 | 1000011 | 101100 |
Color Harmonies of #BD6925
Complementary color
Monochromatic Colors of #BD6925
Black with #BD6925
Text Example
Text Example
White with #BD6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6925; }
p { color: rgb(189,105,37); }
H1.HeaderClassName
{
color: #BD6925;
}
.AnyTagClassName
{
color: #BD6925;
}
</style>
background-color css
<style>
a { background-color: #BD6925; }
a { background-color: rgb(189,105,37); }
div.DivClassName
{
background-color: #BD6925;
}
.BgClassName
{
background-color: #BD6925;
}
</style>
border-color css
<style>
span { border-color: #BD6925; }
span { border-color: rgb(189,105,37); }
td.TdClassName
{
border-color: #BD6925;
}
.TagClassName
{
border-color: #BD6925;
}
</style>