#BE6C56

Color #BE6C56 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #BE6C56

Tints of Sunglo #BE6C56

Color information

#BE6C56 (or 0xBE6C56) is unknown color: approx Sunglo. HEX triplet: BE, 6C and 56. RGB value is (190,108,86). Sum of RGB (Red+Green+Blue) = 190+108+86=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C56 is #4193A9. Grayscale: #828282. Windows color (decimal): -4297642 or 5663934. OLE color: 5663934.

HSL color Cylindrical-coordinate representation of color #BE6C56: hue angle of 12.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE6C56 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19010886-
CMYK00.430.550.25
HSL12.69º44.44%54.12%-
HSV(B)12.69º54.74%74.51%-
XYZ28.2822.3411.63-
YUV130.01103.17170.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=49.48%
G=28.12%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901088600.430.550.2512.6944.4454.12
HexBE6C5602B3719d2c36
Octal2761541260536731155466
Binary10111110110110010101100101011110111110011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C56; }

 p { color: rgb(190,108,86); }

 H1.HeaderClassName
 {
   color: #BE6C56;
 }
 .AnyTagClassName
 {
   color: #BE6C56;
 }
</style>
background-color css

<style>
 a { background-color: #BE6C56; }

 a { background-color: rgb(190,108,86); }

 div.DivClassName
 {
   background-color: #BE6C56;
 }
 .BgClassName
 {
   background-color: #BE6C56;
 }
</style>
border-color css

<style>
 span { border-color: #BE6C56; }

 span { border-color: rgb(190,108,86); }

 td.TdClassName
 {
   border-color: #BE6C56;
 }
 .TagClassName
 {
   border-color: #BE6C56;
 }
</style>