Shades of Christine #BD6B26
Tints of Christine #BD6B26
RGB
CMYK
RGB Variations
Color information
#BD6B26 (or 0xBD6B26) is known color: Christine. HEX triplet: BD, 6B and 26. RGB value is (189,107,38). Sum of RGB (Red+Green+Blue) = 189+107+38=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B26 is #4294D9. Grayscale: #7C7C7C. Windows color (decimal): -4363482 or 2517949. OLE color: 2517949.
HSL color Cylindrical-coordinate representation of color #BD6B26: hue angle of 27.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD6B26 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 38 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.26 |
| HSL | 27.42º | 0.67% | 0.45% | - |
| HSV(B) | 27.42º | 0.8% | 0.74% | - |
| XYZ | 26.59 | 21.47 | 4.58 | - |
| YUV | 123.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 38 | 0 | 0.43 | 0.80 | 0.26 | 27.42 | 0.67 | 0.45 |
| Hex | BD | 6B | 26 | 0 | 2B | 50 | 1A | 1B | 43 | 2D |
| Octal | 275 | 153 | 46 | 0 | 53 | 120 | 32 | 33 | 103 | 55 |
| Binary | 10111101 | 1101011 | 100110 | 0 | 101011 | 1010000 | 11010 | 11011 | 1000011 | 101101 |
Color Harmonies of #BD6B26
Complementary color
Monochromatic Colors of #BD6B26
Black with #BD6B26
Text Example
Text Example
White with #BD6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B26; }
p { color: rgb(189,107,38); }
H1.HeaderClassName
{
color: #BD6B26;
}
.AnyTagClassName
{
color: #BD6B26;
}
</style>
background-color css
<style>
a { background-color: #BD6B26; }
a { background-color: rgb(189,107,38); }
div.DivClassName
{
background-color: #BD6B26;
}
.BgClassName
{
background-color: #BD6B26;
}
</style>
border-color css
<style>
span { border-color: #BD6B26; }
span { border-color: rgb(189,107,38); }
td.TdClassName
{
border-color: #BD6B26;
}
.TagClassName
{
border-color: #BD6B26;
}
</style>