Shades of Christine #BE6A2D
Tints of Christine #BE6A2D
RGB
CMYK
RGB Variations
Color information
#BE6A2D (or 0xBE6A2D) is known color: Christine. HEX triplet: BE, 6A and 2D. RGB value is (190,106,45). Sum of RGB (Red+Green+Blue) = 190+106+45=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A2D is #4195D2. Grayscale: #7C7C7C. Windows color (decimal): -4298195 or 2976446. OLE color: 2976446.
HSL color Cylindrical-coordinate representation of color #BE6A2D: hue angle of 25.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE6A2D is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 45 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.25 |
| HSL | 25.24º | 0.62% | 0.46% | - |
| HSV(B) | 25.24º | 0.76% | 0.75% | - |
| XYZ | 26.86 | 21.44 | 5.21 | - |
| YUV | 124.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 45 | 0 | 0.44 | 0.76 | 0.25 | 25.24 | 0.62 | 0.46 |
| Hex | BE | 6A | 2D | 0 | 2C | 4C | 19 | 19 | 3E | 2E |
| Octal | 276 | 152 | 55 | 0 | 54 | 114 | 31 | 31 | 76 | 56 |
| Binary | 10111110 | 1101010 | 101101 | 0 | 101100 | 1001100 | 11001 | 11001 | 111110 | 101110 |
Color Harmonies of #BE6A2D
Complementary color
Monochromatic Colors of #BE6A2D
Black with #BE6A2D
Text Example
Text Example
White with #BE6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A2D; }
p { color: rgb(190,106,45); }
H1.HeaderClassName
{
color: #BE6A2D;
}
.AnyTagClassName
{
color: #BE6A2D;
}
</style>
background-color css
<style>
a { background-color: #BE6A2D; }
a { background-color: rgb(190,106,45); }
div.DivClassName
{
background-color: #BE6A2D;
}
.BgClassName
{
background-color: #BE6A2D;
}
</style>
border-color css
<style>
span { border-color: #BE6A2D; }
span { border-color: rgb(190,106,45); }
td.TdClassName
{
border-color: #BE6A2D;
}
.TagClassName
{
border-color: #BE6A2D;
}
</style>