Shades of Christine #BD5D27
Tints of Christine #BD5D27
RGB
CMYK
RGB Variations
Color information
#BD5D27 (or 0xBD5D27) is known color: Christine. HEX triplet: BD, 5D and 27. RGB value is (189,93,39). Sum of RGB (Red+Green+Blue) = 189+93+39=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D27 is #42A2D8. Grayscale: #737373. Windows color (decimal): -4367065 or 2579901. OLE color: 2579901.
HSL color Cylindrical-coordinate representation of color #BD5D27: hue angle of 21.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD5D27 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 39 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.26 |
| HSL | 21.6º | 0.66% | 0.45% | - |
| HSV(B) | 21.6º | 0.79% | 0.74% | - |
| XYZ | 25.27 | 18.79 | 4.22 | - |
| YUV | 115.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 39 | 0 | 0.51 | 0.79 | 0.26 | 21.6 | 0.66 | 0.45 |
| Hex | BD | 5D | 27 | 0 | 33 | 4F | 1A | 16 | 42 | 2D |
| Octal | 275 | 135 | 47 | 0 | 63 | 117 | 32 | 26 | 102 | 55 |
| Binary | 10111101 | 1011101 | 100111 | 0 | 110011 | 1001111 | 11010 | 10110 | 1000010 | 101101 |
Color Harmonies of #BD5D27
Complementary color
Monochromatic Colors of #BD5D27
Black with #BD5D27
Text Example
Text Example
White with #BD5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D27; }
p { color: rgb(189,93,39); }
H1.HeaderClassName
{
color: #BD5D27;
}
.AnyTagClassName
{
color: #BD5D27;
}
</style>
background-color css
<style>
a { background-color: #BD5D27; }
a { background-color: rgb(189,93,39); }
div.DivClassName
{
background-color: #BD5D27;
}
.BgClassName
{
background-color: #BD5D27;
}
</style>
border-color css
<style>
span { border-color: #BD5D27; }
span { border-color: rgb(189,93,39); }
td.TdClassName
{
border-color: #BD5D27;
}
.TagClassName
{
border-color: #BD5D27;
}
</style>