Shades of Sunglo #BE6553
Tints of Sunglo #BE6553
RGB
CMYK
RGB Variations
Color information
#BE6553 (or 0xBE6553) is known color: Sunglo. HEX triplet: BE, 65 and 53. RGB value is (190,101,83). Sum of RGB (Red+Green+Blue) = 190+101+83=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6553 is #419AAC. Grayscale: #7D7D7D. Windows color (decimal): -4299437 or 5465534. OLE color: 5465534.
HSL color Cylindrical-coordinate representation of color #BE6553: hue angle of 10.09º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6553 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 83 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.25 |
| HSL | 10.09º | 0.45% | 0.54% | - |
| HSV(B) | 10.09º | 0.56% | 0.75% | - |
| XYZ | 27.45 | 20.88 | 10.77 | - |
| YUV | 125.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 83 | 0 | 0.47 | 0.56 | 0.25 | 10.09 | 0.45 | 0.54 |
| Hex | BE | 65 | 53 | 0 | 2F | 38 | 19 | A | 2D | 36 |
| Octal | 276 | 145 | 123 | 0 | 57 | 70 | 31 | 12 | 55 | 66 |
| Binary | 10111110 | 1100101 | 1010011 | 0 | 101111 | 111000 | 11001 | 1010 | 101101 | 110110 |
Color Harmonies of #BE6553
Complementary color
Monochromatic Colors of #BE6553
Black with #BE6553
Text Example
Text Example
White with #BE6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6553; }
p { color: rgb(190,101,83); }
H1.HeaderClassName
{
color: #BE6553;
}
.AnyTagClassName
{
color: #BE6553;
}
</style>
background-color css
<style>
a { background-color: #BE6553; }
a { background-color: rgb(190,101,83); }
div.DivClassName
{
background-color: #BE6553;
}
.BgClassName
{
background-color: #BE6553;
}
</style>
border-color css
<style>
span { border-color: #BE6553; }
span { border-color: rgb(190,101,83); }
td.TdClassName
{
border-color: #BE6553;
}
.TagClassName
{
border-color: #BE6553;
}
</style>