Shades of Christine #BE6728
Tints of Christine #BE6728
RGB
CMYK
RGB Variations
Color information
#BE6728 (or 0xBE6728) is known color: Christine. HEX triplet: BE, 67 and 28. RGB value is (190,103,40). Sum of RGB (Red+Green+Blue) = 190+103+40=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6728 is #4198D7. Grayscale: #7A7A7A. Windows color (decimal): -4298968 or 2647998. OLE color: 2647998.
HSL color Cylindrical-coordinate representation of color #BE6728: hue angle of 25.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE6728 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 40 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.25 |
| HSL | 25.2º | 0.65% | 0.45% | - |
| HSV(B) | 25.2º | 0.79% | 0.75% | - |
| XYZ | 26.47 | 20.8 | 4.63 | - |
| YUV | 121.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 40 | 0 | 0.46 | 0.79 | 0.25 | 25.2 | 0.65 | 0.45 |
| Hex | BE | 67 | 28 | 0 | 2E | 4F | 19 | 19 | 41 | 2D |
| Octal | 276 | 147 | 50 | 0 | 56 | 117 | 31 | 31 | 101 | 55 |
| Binary | 10111110 | 1100111 | 101000 | 0 | 101110 | 1001111 | 11001 | 11001 | 1000001 | 101101 |
Color Harmonies of #BE6728
Complementary color
Monochromatic Colors of #BE6728
Black with #BE6728
Text Example
Text Example
White with #BE6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6728; }
p { color: rgb(190,103,40); }
H1.HeaderClassName
{
color: #BE6728;
}
.AnyTagClassName
{
color: #BE6728;
}
</style>
background-color css
<style>
a { background-color: #BE6728; }
a { background-color: rgb(190,103,40); }
div.DivClassName
{
background-color: #BE6728;
}
.BgClassName
{
background-color: #BE6728;
}
</style>
border-color css
<style>
span { border-color: #BE6728; }
span { border-color: rgb(190,103,40); }
td.TdClassName
{
border-color: #BE6728;
}
.TagClassName
{
border-color: #BE6728;
}
</style>