Shades of Christine #BE6A27
Tints of Christine #BE6A27
RGB
CMYK
RGB Variations
Color information
#BE6A27 (or 0xBE6A27) is known color: Christine. HEX triplet: BE, 6A and 27. RGB value is (190,106,39). Sum of RGB (Red+Green+Blue) = 190+106+39=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A27 is #4195D8. Grayscale: #7B7B7B. Windows color (decimal): -4298201 or 2583230. OLE color: 2583230.
HSL color Cylindrical-coordinate representation of color #BE6A27: hue angle of 26.62º degrees, saturation: 0.66, 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 #BE6A27 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 39 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.25 |
| HSL | 26.62º | 0.66% | 0.45% | - |
| HSV(B) | 26.62º | 0.79% | 0.75% | - |
| XYZ | 26.76 | 21.4 | 4.64 | - |
| YUV | 123.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 39 | 0 | 0.44 | 0.79 | 0.25 | 26.62 | 0.66 | 0.45 |
| Hex | BE | 6A | 27 | 0 | 2C | 4F | 19 | 1B | 42 | 2D |
| Octal | 276 | 152 | 47 | 0 | 54 | 117 | 31 | 33 | 102 | 55 |
| Binary | 10111110 | 1101010 | 100111 | 0 | 101100 | 1001111 | 11001 | 11011 | 1000010 | 101101 |
Color Harmonies of #BE6A27
Complementary color
Monochromatic Colors of #BE6A27
Black with #BE6A27
Text Example
Text Example
White with #BE6A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A27; }
p { color: rgb(190,106,39); }
H1.HeaderClassName
{
color: #BE6A27;
}
.AnyTagClassName
{
color: #BE6A27;
}
</style>
background-color css
<style>
a { background-color: #BE6A27; }
a { background-color: rgb(190,106,39); }
div.DivClassName
{
background-color: #BE6A27;
}
.BgClassName
{
background-color: #BE6A27;
}
</style>
border-color css
<style>
span { border-color: #BE6A27; }
span { border-color: rgb(190,106,39); }
td.TdClassName
{
border-color: #BE6A27;
}
.TagClassName
{
border-color: #BE6A27;
}
</style>