Shades of Christine #BE6522
Tints of Christine #BE6522
RGB
CMYK
RGB Variations
Color information
#BE6522 (or 0xBE6522) is known color: Christine. HEX triplet: BE, 65 and 22. RGB value is (190,101,34). Sum of RGB (Red+Green+Blue) = 190+101+34=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6522 is #419ADD. Grayscale: #787878. Windows color (decimal): -4299486 or 2254270. OLE color: 2254270.
HSL color Cylindrical-coordinate representation of color #BE6522: hue angle of 25.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE6522 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 34 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.25 |
| HSL | 25.77º | 0.7% | 0.44% | - |
| HSV(B) | 25.77º | 0.82% | 0.75% | - |
| XYZ | 26.18 | 20.37 | 4.07 | - |
| YUV | 119.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 34 | 0 | 0.47 | 0.82 | 0.25 | 25.77 | 0.7 | 0.44 |
| Hex | BE | 65 | 22 | 0 | 2F | 52 | 19 | 1A | 46 | 2C |
| Octal | 276 | 145 | 42 | 0 | 57 | 122 | 31 | 32 | 106 | 54 |
| Binary | 10111110 | 1100101 | 100010 | 0 | 101111 | 1010010 | 11001 | 11010 | 1000110 | 101100 |
Color Harmonies of #BE6522
Complementary color
Monochromatic Colors of #BE6522
Black with #BE6522
Text Example
Text Example
White with #BE6522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6522; }
p { color: rgb(190,101,34); }
H1.HeaderClassName
{
color: #BE6522;
}
.AnyTagClassName
{
color: #BE6522;
}
</style>
background-color css
<style>
a { background-color: #BE6522; }
a { background-color: rgb(190,101,34); }
div.DivClassName
{
background-color: #BE6522;
}
.BgClassName
{
background-color: #BE6522;
}
</style>
border-color css
<style>
span { border-color: #BE6522; }
span { border-color: rgb(190,101,34); }
td.TdClassName
{
border-color: #BE6522;
}
.TagClassName
{
border-color: #BE6522;
}
</style>