Shades of Christine #BD5F28
Tints of Christine #BD5F28
RGB
CMYK
RGB Variations
Color information
#BD5F28 (or 0xBD5F28) is known color: Christine. HEX triplet: BD, 5F and 28. RGB value is (189,95,40). Sum of RGB (Red+Green+Blue) = 189+95+40=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F28 is #42A0D7. Grayscale: #757575. Windows color (decimal): -4366552 or 2645949. OLE color: 2645949.
HSL color Cylindrical-coordinate representation of color #BD5F28: hue angle of 22.15º degrees, saturation: 0.65, 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 #BD5F28 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 40 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.26 |
| HSL | 22.15º | 0.65% | 0.45% | - |
| HSV(B) | 22.15º | 0.79% | 0.74% | - |
| XYZ | 25.46 | 19.16 | 4.36 | - |
| YUV | 116.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 40 | 0 | 0.50 | 0.79 | 0.26 | 22.15 | 0.65 | 0.45 |
| Hex | BD | 5F | 28 | 0 | 32 | 4F | 1A | 16 | 41 | 2D |
| Octal | 275 | 137 | 50 | 0 | 62 | 117 | 32 | 26 | 101 | 55 |
| Binary | 10111101 | 1011111 | 101000 | 0 | 110010 | 1001111 | 11010 | 10110 | 1000001 | 101101 |
Color Harmonies of #BD5F28
Complementary color
Monochromatic Colors of #BD5F28
Black with #BD5F28
Text Example
Text Example
White with #BD5F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F28; }
p { color: rgb(189,95,40); }
H1.HeaderClassName
{
color: #BD5F28;
}
.AnyTagClassName
{
color: #BD5F28;
}
</style>
background-color css
<style>
a { background-color: #BD5F28; }
a { background-color: rgb(189,95,40); }
div.DivClassName
{
background-color: #BD5F28;
}
.BgClassName
{
background-color: #BD5F28;
}
</style>
border-color css
<style>
span { border-color: #BD5F28; }
span { border-color: rgb(189,95,40); }
td.TdClassName
{
border-color: #BD5F28;
}
.TagClassName
{
border-color: #BD5F28;
}
</style>