Shades of Sunglo #BE645D
Tints of Sunglo #BE645D
RGB
CMYK
RGB Variations
Color information
#BE645D (or 0xBE645D) is known color: Sunglo. HEX triplet: BE, 64 and 5D. RGB value is (190,100,93). Sum of RGB (Red+Green+Blue) = 190+100+93=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE645D is #419BA2. Grayscale: #7E7E7E. Windows color (decimal): -4299683 or 6120638. OLE color: 6120638.
HSL color Cylindrical-coordinate representation of color #BE645D: hue angle of 4.33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE645D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 93 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.25 |
| HSL | 4.33º | 0.43% | 0.55% | - |
| HSV(B) | 4.33º | 0.51% | 0.75% | - |
| XYZ | 27.77 | 20.85 | 12.92 | - |
| YUV | 126.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 93 | 0 | 0.47 | 0.51 | 0.25 | 4.33 | 0.43 | 0.55 |
| Hex | BE | 64 | 5D | 0 | 2F | 33 | 19 | 4 | 2B | 37 |
| Octal | 276 | 144 | 135 | 0 | 57 | 63 | 31 | 4 | 53 | 67 |
| Binary | 10111110 | 1100100 | 1011101 | 0 | 101111 | 110011 | 11001 | 100 | 101011 | 110111 |
Color Harmonies of #BE645D
Complementary color
Monochromatic Colors of #BE645D
Black with #BE645D
Text Example
Text Example
White with #BE645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE645D; }
p { color: rgb(190,100,93); }
H1.HeaderClassName
{
color: #BE645D;
}
.AnyTagClassName
{
color: #BE645D;
}
</style>
background-color css
<style>
a { background-color: #BE645D; }
a { background-color: rgb(190,100,93); }
div.DivClassName
{
background-color: #BE645D;
}
.BgClassName
{
background-color: #BE645D;
}
</style>
border-color css
<style>
span { border-color: #BE645D; }
span { border-color: rgb(190,100,93); }
td.TdClassName
{
border-color: #BE645D;
}
.TagClassName
{
border-color: #BE645D;
}
</style>